rsync

Status
Not open for further replies.

Ayush

Cadet
Joined
Oct 1, 2013
Messages
6
I am working on a class project for unified communications. My task is to backup all servers on open source NAS (FreeNAS). I was using rsync tools (rsync over ssh) to backup Windows Server to FreeNAS using cygwin and I was able to push from the Windows Server. But now I found my task is also to backup the servers in such a way that if there was a disaster, the server team should be able to boot from the NAS, so I am using iSCSI.

My question is should I backup using rsync over ssh or directly backup the windows servers to remote folder using cifs share?
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
That's a question best answered by you. rsync allows you to minimize network traffic at the cost of increased CPU usage while files are compared and potentially much slower backups.

It's a tradeoff and only you can prevent forest fires.. err.. figure out what backup works best.
 

fracai

Guru
Joined
Aug 22, 2012
Messages
1,212
Keep in mind that by default rsync decides which files to send by file size and modified date. You can do a full comparison, but that is indeed very much slower.
 
Status
Not open for further replies.
Top