Slashdot Mirror


User: junkymonkey

junkymonkey's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. rsync? on Ask Slashdot: Syncing Files With Remote Server While On the Road? · · Score: 1

    I'm doing something similar to this using rsync over ssh and a rsa key to auto-login to my server. I have the script set run once a day starting at midnight that way it pushes the days work online while I'm not using the internet. This works well for me, but you have the overhead of maintaining your own server and everything that goes along with that.