chore: maintenance of btrfs in kb articles

This commit is contained in:
Michele Cereda
2023-09-26 08:41:01 +02:00
parent 6769aa4212
commit 2132f4c2c2
2 changed files with 25 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
# Sync directories from a Linux source to a Linux destination.
# Expand symlink at the source to their referred files.
# Assumes the same owner and group at both hosts.
# GNU's `rsync` 3.2.7 does not support ctimes (-N).
rsync 'data/' 'nas.lan:data/' \
--secluded-args --no-inc-recursive \
--archive --copy-links --acls --xattrs --times --atimes --crtimes \