Sync: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 November 2023

25 September 2023

  • curprev 19:4819:48, 25 September 2023RobertBushman talk contribs 338 bytes +338 Created page with "Category:Hacking = Rsync = == From there to here == <pre> rsync -avz --size-only --delete user@remote_host:/path/to/remote/directory/ /path/to/local/directory/ </pre> = AWS S3 Sync = == From here to there, with delete == <pre> aws s3 sync /path/to/remote/directory/ s3://your-s3-bucket-name/path/in/bucket/ --delete --size-only </pre>"