-
Is there a recommendation for a script that will generate the snapshots automatically? I'd like to be able to just setup a cronjob to generate the snapshot, followed by bzfs sending the snapshot... |
Beta Was this translation helpful? Give feedback.
Answered by
whoschek
Jan 17, 2025
Replies: 2 comments 2 replies
-
e.g., 0 1 * * * script_to_generate_snapshots.sh && bzfs --ssh-program hpnssh data_pool backuphost:backups/data_pool |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sanoid or a manual 'zfs snapshot -r' works great for snapshotting. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
satmandu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sanoid or a manual 'zfs snapshot -r' works great for snapshotting.