PDA

View Full Version : Rsync for Windows? What're your opinions?



akakingess
April 16th, 2011, 10:34 PM
Okay,

I know this is the Ubuntu forums and not great protocol, but I value the opinions on this forum above all else, so could anyone recommend an equivalent to rsync/grsync for the Windows 7 OS? I have to use Windows for work, but want to do my own backing up and love grsync and would like something as close to it as possible, so what are your thoughts/opinions. As always, all ideas are welcome and thanks in advance for your time and consideration.

uRock
April 16th, 2011, 11:25 PM
Moved to Other OS/Distro Talk

Keypel
April 17th, 2011, 01:09 AM
I stay as far away from windows as possible but I used to use a Microsoft program called Handy Backup. It's paid software with one of those 30-day free trial things. That's another reason to like Linux, all the software I have ever seen has been free.

akakingess
April 17th, 2011, 09:22 AM
I stay as far away from windows as possible but I used to use a Microsoft program called Handy Backup. It's paid software with one of those 30-day free trial things. That's another reason to like Linux, all the software I have ever seen has been free.


Trust me I am with you as far as staying as far away from Windows as possible, but since I have to use it for work, I want a reliable backup program just because of the notorious Windows ;)

mips
April 17th, 2011, 10:26 AM
http://www.techsupportalert.com/best-free-backup-program
http://www.techsupportalert.com/best-free-folder-synchronization-utility.htm

http://en.wikipedia.org/wiki/Rsync#GUIs

No idea about rsync on widows but the above links might be useful. grsync runs on windows so why not try it out. There are also other gui's as per the wikipedia link.

SeijiSensei
April 17th, 2011, 03:00 PM
How about xcopy?

walt.smith1960
April 21st, 2011, 01:56 PM
I used this with Windows. http://www.2brightsparks.com/syncback/ I used the freeware version; it was adequate for my purposes.

CharlesA
April 21st, 2011, 07:35 PM
I've been using robocopy to sync (or mirror) directories on Windows.

It's kinda like rsync, but not quite.

collisionystm
April 21st, 2011, 07:53 PM
Okay,

I know this is the Ubuntu forums and not great protocol, but I value the opinions on this forum above all else, so could anyone recommend an equivalent to rsync/grsync for the Windows 7 OS? I have to use Windows for work, but want to do my own backing up and love grsync and would like something as close to it as possible, so what are your thoughts/opinions. As always, all ideas are welcome and thanks in advance for your time and consideration.

2 ways to do it.

Use robocopy and build a .batch script to run it, put it on an automatic schedule to run everynight.

OR

Share the root of your C: drive on windows, set the permissions so only the administrator can access the share.

Mount the drive on linux using smbmount

Now that the drive is mounted on linux,

Use rsync to backup that mounted drive to another folder on the linux box.

Dont waste your time searching for rsync programs for windows. I spent a few days finding one that works good.

nearest thing I could find that was worth using is called bonky " bonky the backup monkey"

teejay17
April 22nd, 2011, 04:13 PM
Okay,

I know this is the Ubuntu forums and not great protocol, but I value the opinions on this forum above all else, so could anyone recommend an equivalent to rsync/grsync for the Windows 7 OS? I have to use Windows for work, but want to do my own backing up and love grsync and would like something as close to it as possible, so what are your thoughts/opinions. As always, all ideas are welcome and thanks in advance for your time and consideration.
I used GRsync on Windows. It wasn't bad and has the same look as on Ubuntu, if you are concerned about consistency across all platforms. There is also one called Unison that i haven't tried yet, but have researched and seems to have excellent reviews online. It appears that it is more robust and feature rich, as well as being cross platform. http://www.cis.upenn.edu/~bcpierce/unison/index.html

walt.smith1960
April 23rd, 2011, 02:26 PM
I used GRsync on Windows. It wasn't bad and has the same look as on Ubuntu, if you are concerned about consistency across all platforms. There is also one called Unison that i haven't tried yet, but have researched and seems to have excellent reviews online. It appears that it is more robust and feature rich, as well as being cross platform. http://www.cis.upenn.edu/~bcpierce/unison/index.html (http://www.cis.upenn.edu/%7Ebcpierce/unison/index.html)

Unison in in the universe repositories. I downloaded it but don't have anything to synchronize right now. It appears pretty straightforward to use. Segueing into a Unity criticism, Unison shows up if I search for it but doesn't show up when I select "show all apps"