1. 12
  1.  

  2. 1

    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?

    1. 2

      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…