Replies: 1 comment
-
According to the usage, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the example in the wiki for sending zfs-autobackup out on a replication mission:
zfs-autobackup -v --ssh-source pve01 offsite1 data/backup/pve01
Is it possible to `zfs set canmount=noauto' on each zfs data set as it is pulled?
Or some other smarter way to get that setting into play. Maybe "zfs set canmount=noauto data/backup/pve01" prior to running the replication pull?. Would that have the effect of forcing all datasets pulled in to inherit that canmount setting.
Or some other way to keep the incoming data sets from blocking the backup servers' own OS (zfs on root) from there mountpoints.
None of this seems to be taken up in any of the wiki examples.... Only in tips. And not really explained there. At least not so a common dumb-bell can understand it.
Beta Was this translation helpful? Give feedback.
All reactions