Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@divinity76
Last active January 10, 2021 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divinity76/644cede2ab222657b9ab to your computer and use it in GitHub Desktop.
Save divinity76/644cede2ab222657b9ab to your computer and use it in GitHub Desktop.
rsync --recursive --perms --executability --acls --xattrs --archive --owner --group --times --sparse --compress --compress-level=2 --stats --human-readable --progress
or maybe
rsync --log-file=/dev/null -vvvv --archive --links --safe-links --executability --times --recursive --sparse --parital --compress --compress-level=3 --port=22 --stats --human-readable --progress file_to_transfer user@host:/foo/destination
@divinity76
Copy link
Author

--inplace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment