diff --git a/pype.dev/content/til/rsync-like-a-pro.md b/pype.dev/content/til/rsync-like-a-pro.md index 1acabe5a..1de0e0c2 100644 --- a/pype.dev/content/til/rsync-like-a-pro.md +++ b/pype.dev/content/til/rsync-like-a-pro.md @@ -16,7 +16,7 @@ I am moving a hefty amount of data to a new ZFS pool due to some corruption and I've used `rsync` for simple things before but I needed this to be a little smarter and I wanted to see simple progress without flooding my terminal with a billion filenames. ## TLDR - +TLDR: `rsync -aHAX --chmod=Da+s --info=progress2 --inplace --exclude='encrypted/docker/frigate-media' /tank/ /harbor/` ## Explanation diff --git a/pype.dev/content/til/zfs-permissions-for-sanoid.md b/pype.dev/content/til/zfs-permissions-for-sanoid.md index 37c05ee3..7dea5cea 100644 --- a/pype.dev/content/til/zfs-permissions-for-sanoid.md +++ b/pype.dev/content/til/zfs-permissions-for-sanoid.md @@ -11,6 +11,6 @@ tags: --- -`zfs allow -u $USER clone,load-key,create,destroy,mount,mountpoint,receive,send,rollback,compression,snapshot,hold tank` +`zfs allow -u $USER clone,load-key,create,destroy,mount,mountpoint,receive,send,rollback,compression,snapshot,hold,keylocation,bookmark tank` > load-key only needed if using encrypted datasets