Backing up Windows machines using rsync over SSH
        Posted  
        
            by 
                user38118
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user38118
        
        
        
        Published on 2011-01-06T20:43:41Z
        Indexed on 
            2011/01/06
            20:55 UTC
        
        
        Read the original article
        Hit count: 259
        
windows-xp
|rsync
We have a number of Windows XP / Windows 7 machines which need to be backed up nightly to a Linux file server.
We would like to do it with rsync and rsnapshot as that's what we're familiar with already from the rest of our Linux/FreeBSD machines.
We tried DeltaCopy, but DeltaCopy proved to be troublesome- lots of problems getting it to log in via SSH automatically, and the Windows Scheduled Tasks seem to fail often.
Is there a reliable way/application which can back up Windows machines via rsync to a r
© Server Fault or respective owner