💾 Archived View for gemini.complete.org › zfs-automatic-snapshots-and-replication captured on 2024-08-18 at 17:36:08. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-07-09)
-=-=-=-=-=-=-
For ZFS[1].
simplesnap[2] - a simple and powerful cron-based network snapshot transfer tool by John Goerzen[3].
2: https://github.com/jgoerzen/simplesnap
* Has a simple and secure wrapper so unfettered root access isn't needed.
* Designed to work with zfSnap or other snapshot-making tools on this page.
* Supports multiple backup sources, targets, and target sets (such as offsite media rotation)
zfs-auto-snapshot[4] - a simple cron-based service. Different names for different snapshots, with a simple count of how many to retain. Can exclude based on property.
4: https://github.com/zfsonlinux/zfs-auto-snapshot
snapxfer[5], a wrapper around:
5: http://zpool.org/2013/09/06/zfs-snapshots-and-remote-replication
* zfSnap[6] - a flexible snapshot-creation system. Can embed an expiry age in snapshot name, or override from command line.
6: https://github.com/graudeejs/zfSnap
* zxfer[7] - a flexible snapshot-transfer system. Can use rsync or zfs snapshots. Used together with another snapshotting system. For remote transfers, requires root ssh authorized_keys or sudo access.
7: https://code.google.com/p/zxfer/
zfs-snapshot-rotation-and-backup[8], a Python library and example scripts that use it. Expects ssh root access to remote.
8: https://github.com/mmehnert/zfs-snapshot-rotation-and-backup
zsnap[9] -- looks flexible and powerful, last commit 5 years ago. Requires Ruby.
9: https://github.com/marius/zsnap
Suggested on ZFS on Linux mailing list[10]:
10: http://article.gmane.org/gmane.linux.file-systems.zfs.user/13905
* zetaback[11] - feature-packed. Has a server-side agent to run on systems being backed up. Buggy config parser without sufficient validation on client.
11: http://labs.omniti.com/labs/zetaback
* zrep[12] - for zfs based replication (possibly remote) of filesystems. Can also be used just for backups. License prohibits public redistribution. Does failover too. Doesn't work on nested datasets. Designed to run once per minute. Same snapshot retention on both sides.
12: http://www.bolthole.com/solaris/zrep/
* zfs-auto-snapshot[13] - as above, for snapshotting
13: https://github.com/zfsonlinux/zfs-auto-snapshot
ZFS[14], ZFS on Linux[15]
--------------------------------------------------------------------------------
This is about running ZFS[17] on Linux[18] and Debian[19].
(c) 2022-2024 John Goerzen