rsync ~/local/crack/shell.nix user@remote:/home/crack/ rsync ~/local/crack/crack.sh user@remote:/home/crack/ rsync ~/local/crack/encrypted-file user@remote:/home/crack/
rsync ~/local/crack/shell.nix user@remote:/home/crack/
rsync ~/local/crack/crack.sh user@remote:/home/crack/
rsync ~/local/crack/encrypted-file user@remote:/home/crack/
Nice article! Is there any reason to use or not use rsync vs scp?
rsync
scp
Hey! I wrote the article but realized now only that it had been posted here. No reason in particular, except that I stopped using scp so I could focus on learning the incantations of a single tool instead of two…
Nice article! Is there any reason to use or not use
rsyncvsscp?Hey! I wrote the article but realized now only that it had been posted here. No reason in particular, except that I stopped using scp so I could focus on learning the incantations of a single tool instead of two…