Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: duncan on May 10, 2004, 06:48:18 AM
-
Would any one be interested in a howto for using rsnapshot (http://www.rsnapshot.org)-(rsync) and cygwin (http://www.cygwin.com/) to backup 2000/XP machines to SME across networks?
Kinda based on this (http://no.longer.valid/phpwiki/index.php/Creating%20a%20RSync%20Backup%20Server%20on%20SME
) but simpler. (Sort of)
-
Pretty please? The SME 6.0 built-in back to desktop has significant problems with >4gb of data and I get nothing but error out of the backup2ws contrib. I'm looking for just a simple way of making a disaster recovery backup of userdata to a win2k client on the network.
-
This method is for backing up client machines (Windows, Linux etc) to SME.
Regards Duncan
-
OK, thanks anyway :)
-
Try looking at
http://myezserver.com/phpBB2/viewforum.php?f=9
Did you instal the latest version bakup2ws for sme 6 from here
http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/6.x/beta/backup2ws/
-
Yes sir, that's where it came from.
-
Yes, I would be very interested in a Howto. How much is it based on the "Creating a RSync Backup Server on SME" Howto? Does your howto also support SSH conections? Any chance of giving a breif overview?
-
Duncan,
This would be a very useful howto. We would be glad to host it for you if you are willing to write it up.
Thanks!
-jeff
-
Yes, I would be very interested in a Howto. How much is it based on the "Creating a RSync Backup Server on SME" Howto? Does your howto also support SSH conections? Any chance of giving a breif overview?
I can do a howto - Have to remember what I did. I will build a small package to make it a little easier.
It supports ssh connections.
Regards Duncan
-
Most definately!
Thanks Duncan.
-
Ok - I have done a little howto here (http://mirror.contribs.org/smeserver/contribs/dthomas/smeserver/6.x/Contrib/rsnapshot/)
I have yet to do the SSH or Cygwin howto.
Regards Duncan
-
Duncan,
Have you had a look at cwrsync (http://www.itefix.no/phpws/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=8&MMN_position=32:23). You can install it as a service on 2k and XP and run an rsync server on Windows - does not require the full cygwin install only requires cygwin dll to run. I install it as a service on the 2k box, edit the conf file (on the windows machine) to backup the whole c: drive then use Stephen Nobles rsync backup to connect to the 2k rsync server and download the c: drive to the SMEserver. Works Great and is very easy to setup.
-
I have - however it was this part.
There is one catch : To make rsync function as expected, you have to place your uploadable modules (read only = false) as subdirectories in the directory chosen during installation
Which steered me away from using it. The way that read to me was that I would not be able to back up additional partitions/drives etc outside the install directory.
If this is not the case - let me know. It would make things a bit easier.
Regards Duncan
-
Hi,
I know nothing about cwrsync but mostly, for all cygwyn derivated software, even when not stated so, the syntax /cygdrive/c
(to access the root of the c: drive) is generally working, allowing to go out of the (very theoretical) 'sandbox'.
HTH,
Pascal
-
I checked cwRsync again - seems to work fine for any drive.
/cygdrive/c
/cygdrive/d
/cygdrive/e
And so on. Makes setting things up a lot easier.
Regards Duncan
-
Ok - I have added a brief cwRsync (http://www.itefix.no/phpws/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=6&MMN_position=23:23) howto to work with rsnapshot.
Regards Duncan.