Updated Home (markdown)

Dan MacDonald
2023-10-15 14:07:24 +01:00
parent b740154552
commit 9357c24750

@ -85,13 +85,13 @@ In order to run zfs-autobackup without root permissions, you'll need to set a fe
On the machine you want to sync the dataset from, you'll need the send, hold, mount, snapshot, and destroy permissions. You can apply them like so: On the machine you want to sync the dataset from, you'll need the send, hold, mount, snapshot, and destroy permissions. You can apply them like so:
```console ```console
root@backup:~# zfs allow -u localuser mount,send,hold,snapshot,destroy rpool root@source:~# zfs allow -u localuser mount,send,hold,snapshot,destroy rpool
``` ```
On the receiving side, you will need the compression, mountpoint, create, mount, receive, rollback and destroy permissions: On the receiving side, you will need the compression, mountpoint, create, mount, receive, rollback and destroy permissions:
```console ```console
root@backup:~# zfs allow -u remoteuser compression,mountpoint,create,mount,receive,rollback,destroy tank/backups/rpool root@target:~# zfs allow -u remoteuser compression,mountpoint,create,mount,receive,rollback,destroy tank/backups/rpool
``` ```
### Select filesystems to backup ### Select filesystems to backup