- 1 Post
- 3 Comments
Joined 2 years ago
Cake day: June 7th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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
dotslashme@infosec.pubto Sysadmin@lemmy.ml•Monitoring is a Pain - And we're all doing it wrong (including me)3·2 years agoReally good post!
Yup me too.