For example, I can do rsync --delete --archive --links --perms --etc source_dir final_dir and I know which options I’m using. What if I do just rsync source_dir final_dir? What are the defaults?
For example, I can do rsync –delete –archive –links –perms –etc source_dir final_dir and
Share
From manpage:
Howewer, when you just call
rsync 1/ 2/w/o any options (such as-a), nothing happens