Rsync: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=== Common rsync commands === == Copy with all dot-files included == <pre> rsync -av --include='.*' . /opt/nmsApi_backup/ </pre> == Normal rsync == <pre> rsync -arHS <src> <dest> </pre> Category:Bash") |
(No difference)
|
Revision as of 09:24, 5 September 2023
Common rsync commands
Copy with all dot-files included
rsync -av --include='.*' . /opt/nmsApi_backup/
Normal rsync
rsync -arHS <src> <dest>