-
Notifications
You must be signed in to change notification settings - Fork 0
Identify appropriate rsync flags #1
Copy link
Copy link
Open
Description
This script currently uses the "avNHXxh" flags. Need to identify whether these are all necessary, and compatible with installed rsync version.
Flag definitions from the rsync man page:
- a = archive
- v = verbose
- N = preserve file creation times
- H = preserve hard links
- X = preserve extended attributes
- x = don't cross filesystem boundaries
- h = human readable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels