Backup Linode to Windows XP at home - Request for Tutorial
Can someone point a lost wanderer to the fountain of knowledge?
Thanks for your help!
Ron
4 Replies
-Mike
I use XP on my workstation, have a small BSD box doing small misc things, and a large NAS drive… the NAS is designed mainly for Windows users so SMB is it's main focus. It does also happen to share NFS, but won't save any file permissions.
So my problem became, I want to rsync my linode to the big network drive but can't preserve the file permissions…
My solution was on the BSD box use dd to create a disk image on the NFS drive, then mount it, and rsync into that which is using ext2…
I don't know if you'd be able to create something simliar through cygwin or not… I do recall the last time I used cygwin file permissions were set based on the users in Windows XP, and it ignored uids… thats why I bring this up.
I tried using Microsoft's Services for Unix, which has a NFS mounter, but it turned out to be far more trouble than it was worth. Mind you, in theory, it would have been good because it would actually have access to the permissions and perhaps be convinced to obey them. (Assuming you set up proper username/group mappings and such) But it's about as reliable over the 'net as a SMB mount over the 'net – i.e. tends to get hung up and stop working.
Really, it sounds like you just need to tar up portions of your directory tree, compress them, and download them.