• 2 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle












  • My personal favorite was when we were having issues with an ssh connection and discovered using the -P flag, which will allow you to resume transfers that disconnects and -z that enables compression.

    So, for instance to get an ssh file transfer with resume support, using compression, you would use:

    rsync -avPz -e ssh user@remote-ssh-server:/source destination