[KLUG Members] linux/windows backup options

Matt Terry matt at abernackie.com
Sun Oct 24 09:55:56 EDT 2004


rsync over ssh..

All you need is a windows ssh/rsync client, create a ssh key, copy and paste the
key to the auth_users file on your server. Now just setup a batch script run rsync.. 
then schedule a cron job, or a task, or whatever they call it in windows...

very usefule backup tool...

syntax should be something like: 
rsync -i ~/.ssh/auth_keys -e ssh src_file.tar.gz 12.34.56.789:/remote/backup/


eh heres some stuff... havent tried 'these' tools but they should work.

http://www.itefix.no/phpws/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=29&MMN_position=54:54

Also, try googling 'rsync windows'

Matt


Richard Harding extolled:
> I am looking at setting up a backup server at home. I just want to toss 
> in a 200gb disk and backup /home and my documents folders from debian 
> and Windows XP machines. It would also be cool if I could remote backup 
> some stuff from work which is sitting on a debian server.
> 
> I was looking at Amaanda, but everything seems to be for tape and I am 
> having a hard time finding non-tape drive options. I also saw BackupPC 
> which is supposed to work on Windows by mounting shares which I could 
> probably manage.
> 
> Anyone have any good options out there? I am looking at backup up 3-4 
> machines max to this server. I don't HAVE to do remote backups from 
> work. Currently I backup mysql databases by dumping them and then ftping 
> them home for remote storage. I wanted to extend this to web files and 
> subversion repositories.
> 
> Thanks for any tips.
> 
> Rick
> _______________________________________________
> Members mailing list
> Members at kalamazoolinux.org
> 
> 


More information about the Members mailing list