This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
zfs_backup [2018/05/17 12:49] 143.169.49.101 |
zfs_backup [2018/05/17 13:10] (current) 143.169.49.101 |
||
---|---|---|---|
Line 39: | Line 39: | ||
-d -> clean up expired snapshots | -d -> clean up expired snapshots | ||
-r -> recursively | -r -> recursively | ||
+ | |||
+ | ===== simplesnap ===== | ||
+ | This tool is used to transfert the snapshots from sto3 to sto4. The command is initiated on sto4, via a secured ssh channel. | ||
+ | |||
+ | ===== /etc/cron.daily/simplesnap ===== | ||
+ | <code> | ||
+ | #!/bin/bash | ||
+ | |||
+ | simplesnap --host sto3 --setname sto3 --store data/bck --sshcmd "ssh" | ||
+ | </code> | ||