All public logs

Jump to navigation Jump to search

Combined display of all available logs of Traxel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:48, 25 September 2023 RobertBushman talk contribs created page Sync (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>")