diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a833c8 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + +# 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 |
