Skip to content

Commit

Permalink
fix(off1): off2 backups follow-up (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel authored and root committed Feb 9, 2024
1 parent 7c9ddbf commit 5f89bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions confs/off1/sanoid/sanoid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
use_template=local_sys
recursive=yes

# backup of host
[rpool]
[zfs-nvme/pve]
use_template=local_sys
recursive=yes

# backup of host
[rpool]
use_template=prod_pve
use_template=local_sys
recursive=yes

# MongoDB data
Expand Down
2 changes: 1 addition & 1 deletion confs/off1/sanoid/syncoid-args.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# opff
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/opff zfs-hdd/opff
# off2 rpool backups
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/pve zfs-hdd/backups/off2-pve
--no-sync-snap --no-privilege-elevation --recursive [email protected]:rpool zfs-hdd/backups/off2-rpool
# off2 pve backups
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/pve zfs-hdd/backups/off2-pve
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-nvme/pve zfs-hdd/backups/off2-pve-nvme

0 comments on commit 5f89bb4

Please sign in to comment.