-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ovh3 pull off1 data + better sanoid_check
fixes: #306
- Loading branch information
Showing
4 changed files
with
125 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# pulling from off2 | ||
# | ||
# obf opf opff | ||
#--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/obf rpool/obf | ||
#--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/opf rpool/opf | ||
#--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/opff rpool/opff | ||
# off and off-pro | ||
#--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/off rpool/off | ||
#--no-sync-snap --no-privilege-elevation [email protected]:zfs-nvme/off/products rpool/off/products | ||
#--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/off-pro rpool/off-pro | ||
#--no-sync-snap --no-privilege-elevation [email protected]:zfs-nvme/off-pro/products rpool/off-pro/products | ||
# | ||
# PVE managed volumes | ||
#--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/pve [email protected]:rpool/backups/off2-pve | ||
#--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-nvme/pve [email protected]:rpool/backups/off2-pve-nvme | ||
# off2 root volume | ||
#--no-sync-snap --no-privilege-elevation --recursive [email protected]:rpool rpool/backups/off2-rpool | ||
|
||
## pulling from off1 | ||
|
||
# PVE managed volumes, this includes mongodb data (in off1-pve-nvme) | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/pve rpool/backups/off1-pve | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-nvme/pve rpool/backups/off1-pve-nvme | ||
# off2 root volume | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:rpool rpool/backups/off1-rpool | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../common/systemd/system/syncoid.service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters