Zfs backup juggling tool -- snapshotting, archiving, retention.
Find a file
2014-05-30 16:05:37 +02:00
README.md zb-snap, readme 2014-04-08 18:41:52 +02:00
zb-cleanup rename volumes to zfs objects 2014-05-30 16:05:37 +02:00
zb-cron empty files 2014-03-31 16:24:43 +02:00
zb-pull empty files 2014-03-31 16:24:43 +02:00
zb-snap rename volumes to zfs objects 2014-05-30 16:05:37 +02:00

ZFS-Backup

The zfs backing-up tool. ha-ha.

Tools:

  • zb-snap <volume> creates a snapshot
  • zb-cleanup <volume> <density> destroys unnecessary snapshots
  • zb-pull <volume> <remote_volume> <ssh_options> pulls most recent snapshot of remote_volume to volume, using ssh called with ssh_options
  • zb-cron reads configuration from /etc/zfs-backup.conf and executes above 3 commands with config-specified parameters