Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
engineering:computer_science:linux:rsync_cheatsheet [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1 | engineering:computer_science:linux:rsync_cheatsheet [2024/08/16 13:56] (current) – ↷ Links adapted because of a move operation carlossousa | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== rsync Cheatsheet ====== | ||
+ | |||
+ | Part of [[engineering: | ||
+ | |||
+ | ^Command^Description^Command Example^Options Expanded| | ||
+ | |rsync -rvP * user@remote-host:/ | ||
+ | rsync -rvP --inplace * user@remote-host:/ | ||
+ | |||
+ | </ | ||
+ | |rsync --progress -avz -e "ssh -i / | ||
+ | rsync --progress -avz -e "ssh -i / | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||