-
-
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: sanoid install on off1, follow-up
- Loading branch information
Showing
2 changed files
with
75 additions
and
5 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 |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# pulling from off2 | ||
# off | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/off zfs-hdd/off | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-nvme/off zfs-hdd/off-nvme | ||
# off-pro | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/off-pro zfs-hdd/off-pro | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-nvme/off-pro zfs-hdd/off-pro-nvme | ||
# obf | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/obf zfs-hdd/obf | ||
# opf | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/opf zfs-hdd/obf | ||
# opff | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/opff zfs-hdd/opff | ||
<<<<<<< HEAD | ||
# off2 rpool backups | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:zfs-hdd/pve zfs-hdd/backups/off2-pve | ||
# off2 pve backups | ||
--no-sync-snap --no-privilege-elevation --recursive [email protected]:rpool zfs-hdd/backups/off2-rpool | ||
--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 |