ZFS Snapshot Replicator
Project description
zfs-replicate
https://github.com/alunduil/zfs-replicate
By Alex Brandt alunduil@gmail.com
Description
zfs-replicate sends all Zettabyte File System (ZFS) snapshots to a remote host by SSH. zfs-replicate does not create ZFS snapshots.
zfs-replicate forks autorepl.py used by FreeNAS
.
zfs-replicate relates to several other projects, which fit other niches:
- sanoid: A full snapshot management system. Its companion,
syncoid
, handles replication with copious options. - zfs-replicate (BASH): A similar project. The major differences include configuration style and system expectations (for example, logging controls). zfs-replicate uses parameters whereas zfs-replicate (BASH) uses a BASH script.
- znapzend: Another scheduling and replicating system.
- zrep: A SH script with several control commands for snapshot replication.
Terms of use
You are free to copy, change, and distribute zfs-replicate with attribution
under the terms of the BSD-2-Clause
licence. See the LICENSE for details.
Prerequisites
- A remote system with a ZFS filesystem and the
zfs
command-line tools - SSH access to that remote system
- If you're not using the root user remotely:
- Ensure the user can mount filesystems
- FreeBSD:
sysctl -w vfs.usermount=1
- FreeBSD:
- Add ZFS permissions
- Command:
zfs allow ${USER} ${PERMISSIONS} ${BACKUP_DATASET}
- Permissions
clone
create
destroy
hold
mount
promote
quota
readonly
receive
rename
reservation
rollback
send
snapshot
- Command:
- Ensure the user can mount filesystems
- A local ZFS filesystem and
zfs
command-line tools
N.B., don't use the root user to access your remote system.
How to use zfs-replicate
poetry install
poetry run -- zfs-replicate --help
Documentation
zfs-replicate --help
: Help for zfs-replicate.- LICENSE: Licence file explaining usage of zfs-replicate.
- Survey of ZFS Replication Tools: Overview of various ZFS replication tools and their uses.
- Working With Oracle Solaris ZFS Snapshots and Clones: Oracle's guide to working with ZFS snapshots.
- ZFS replication without using Root user: How to configure ZFS replication for a non-root user.
Getting support
- GitHub issues: Report any problems or features requests to GitHub issues.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file zfs_replicate-3.2.13.tar.gz
.
File metadata
- Download URL: zfs_replicate-3.2.13.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e6837ddbaacde04095aa90236259851e9b7a3a5ecc697db1c856f2ecff60fde |
|
MD5 | 76dac439e90886a472ab4c8d96972fae |
|
BLAKE2b-256 | 96a352481e2fbce21f1351a06302d1e5b2c2761a9c7bbe4bfe4121ee5490e673 |
File details
Details for the file zfs_replicate-3.2.13-py3-none-any.whl
.
File metadata
- Download URL: zfs_replicate-3.2.13-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7389023ae817d4983dd8bf9b90ec532baaf5987efe4c53ca1554f2dc3593606c |
|
MD5 | 023fe6ad8dbf9a9ea268e524c208c795 |
|
BLAKE2b-256 | 25f068b59c76d76b8f0b1545d88b936a93572306f48fd77e4b4cf2591ca66eba |