Skip to content

Commit

Permalink
updates to tils
Browse files Browse the repository at this point in the history
  • Loading branch information
pypeaday committed Dec 12, 2024
1 parent 632ca3c commit b38abe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pype.dev/content/til/rsync-like-a-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pype.dev/content/til/zfs-permissions-for-sanoid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b38abe7

Please sign in to comment.