View Single Post
  #7   (View Single Post)  
Old 18th May 2009
Albright Albright is offline
Port Guard
 
Join Date: Apr 2009
Posts: 14
Default

Thanks for the helpful replies so far, everyone. I've been experimenting.

I'm starting to think that just tarring everything on the remote server and then pushing the archive file isn't the best idea for the obvious reason that everything will require twice as much disk space. We're not anywhere near filling up our disk quota yet, but we plan to be at least over 50% once things really get off the ground.

I had the idea of just setting up a backup directory on my Mac and using rsync to pull the server's drive contents down daily (taking advantage of rsync's incremental file transfer to make things faster), then tarballing the directory locally when it's done. But apparently this requires remote root access to the remote server to do properly (maintaining permissions and such). I figure that if I tweak sshd_config to remove the restriction against root logging in remotely, but also disable password authentication and go strictly key-based, everything should be okay… but I'm still a bit timid about taking that step. Is this a reasonable idea?
Reply With Quote