Rsync

From PKC
Revision as of 08:43, 17 August 2021 by Benkoo (talk | contribs) (Created page with "To synchronize two directories on two or more computers, rsync can be a useful solution. This is a reference<ref>https://www.digitalocean.com/community/tutorials/how-to-use-rs...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To synchronize two directories on two or more computers, rsync can be a useful solution. This is a reference[1]:

rsync -a username@remote_host:/home/username/dir1 place_to_sync_on_local_machine