Koozali.org: home of the SME Server

Any other backup options?

demonx

Any other backup options?
« on: October 14, 2005, 05:56:15 PM »
Hi All, My question is are there any other optional backup systems that will work on sme 601. What I need is a method of copying files from selected directories on one server over to another server. I only want to copy new files and files that have been changed. The servers are used for file and print only. They are on two different sides of a vpn which is controled by a separate firewall. I'd like to be able to set this up as a cron job or something that runs on a schedule. If anyone has seen a method for doing this any help would be appreciated. Thanks!  :pint:

Offline jfarschman

  • *
  • 406
  • +0/-0
BACKUPS - THE BEST METHODS
« Reply #1 on: October 14, 2005, 06:30:46 PM »
DemonX,

  I've done a bit of a survey on backup methods... and since my memory is poor, I like to write things down.  I'll just leave my editorial comments in the text... ignore them if you'd like.  If you are one of the authors of a method I dissed... please do not take it personally.  I'm not a mean person.

NB: I only tested these minimally.  My favorite is "Backup to Workstation"

BACKUPS - THE BEST METHODS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. rsnapshot howto - This looks devilishly like the rsync method I wrote several years ago... but adapted to the SME environment and extended.... Very cool... it's better than mine ever was

http://mirror.contribs.org/smeserver/contribs/dthomas/smeserver/6.x/Contrib/rsnapshot/rsnapshot-howto.htm

### Install it on the command like
wget http://mirror.contribs.org/smeserver/contribs/dthomas/smeserver/6.x/Contrib/rsnapshot/smeserver-rsnapshot-1.1.5-1.noarch.rpm
rpm -Uhv smeserver-rsnapshot-1.1.5-1.noarch.rpm

A. Basic Installation Methods
B. Simple Usage
C. Modifying the script

The sad part is that you have to do everything by hand... and he changed the logging mechanism so that it logs all files to the giagantic /var/log/messages. It would be better to have a special log file so people can see success.

Also... It's lacking an email notification method... but very cool.

2. cwRSYNC - Adds an Rysnc Server to Windows.

A. Works on Windows2000 and XP workstations.
B. Basic configuration instructions.
C. Backing up from windows to Savvy Server

http://mirror.contribs.org/smeserver/contribs/dthomas/smeserver/6.x/Contrib/rsnapshot/cwRsync-howto.htm

3. Schirrms Studio - Uses the basic backup on the SME  system. He complains about a 2GB limit, but I believe I can address this limitation in the command line so that it will actually be a 4GB limit.

A. Discussion of method
B. Modifying the script - guidelines
C. Sample modifications (for older OS)

http://www.schirrms.net/sme/SMEBackup.php

4. Dr. Loveless' Creating a RSync Backup Server on SME. This is probably GUI less and inelegant. If you are forgoing the GUI rsnapshot is better... and closer to ready create a GUI.  I didn't test this one.

A. Create a backup repository on your SME Server
B. Script Samples

http://www.tech-geeks.org/contrib/loveless/SMEServer/howtos/rsync_backup/SME_BackupServer.html

5. Backup and Restore using Backup2WS - Handles the eventuality that the system is so foobar-ed that you need to do an OS Restore. Also just backups of any data you want backed up.

A. Backup Procedure to windows machine so that you
can restore the easy to use Backup2WS restore
links.

cd ;mkdir backup2ws; cd backup2ws
wget http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/6.x/contrib/backup2ws/smeserver-backup2ws-0.0.1-22dmay.noarch.rpm
wget http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/6.x/contrib/backup2ws/rar-3.1.0-1dmc.i386.rpm
rpm -Uhv --nodeps *.rpm

This is looking really good.

6. Jay's own Rsync System - Can either pull of push files from one server to another. Both servers must have rsync installed which is perhaps a problem for Windows...

A. Install one script
B. Use control file that line-by-line controls
what gets backed up and where.
C. No GUI available.

7. Dungog-Backup - This is an okay system, but it's seems a bit twitchy... meaning if I twitch the wrong way something goes wrong.

~~~~~~~~~~~~~~~~~~~

I hope this helps.
Jay Farschman
ICQ - 60448985
jay@hitechsavvy.com

Offline fpausp

  • *
  • 728
  • +0/-0
Any other backup options?
« Reply #2 on: October 20, 2005, 12:44:46 PM »
Viribus unitis

Offline Denbert

  • *
  • 156
  • +0/-0
    • hegnstoften.net
/ Denbert
"Success is not final, failure is not fatal: it is the courage to continue that counts" - Sir Winston Churchill

gbaird

Backup solution
« Reply #4 on: October 29, 2005, 12:15:59 AM »
I have used DMay's backup to workstation for a long while

Sme version 5.4 I believe and it works great

You can set it to backup just what you want and when

Rar license is cheap 29 or 39 bucks can't remember since I have used it for so long

I have tested it on Sme 7 betas they have problems but the backup to workstation works as it should

I get a email backup has completed THIS IS A GOOD FEELING as I have been a network admin for 9 years and have seen my share of data loss

DMay's contrib is the best you can get!!!

It makes SME a complete system

Offline Denbert

  • *
  • 156
  • +0/-0
    • hegnstoften.net
Re: BACKUPS - THE BEST METHODS
« Reply #5 on: October 30, 2005, 04:58:05 AM »
Quote from: "jfarschman"


I've done a bit of a survey on backup methods... and since my memory is poor, I like to write things down.

6. Jay's own Rsync System - Can either pull of push files from one server to another. Both servers must have rsync installed which is perhaps a problem for Windows...

A. Install one script
B. Use control file that line-by-line controls
what gets backed up and where.
C. No GUI available.
~~~~~~~~~~~~~~~~~~~


Jay,

Please post a link.

I need a sync solution over internet, is this it?
/ Denbert
"Success is not final, failure is not fatal: it is the courage to continue that counts" - Sir Winston Churchill

Offline hanscees

  • *
  • 267
  • +0/-0
    • nl.linkedin.com/in/hanscees/
Any other backup options?
« Reply #6 on: November 01, 2005, 10:09:41 PM »
there is also a howto on mondo:
http://no.longer.valid/mylinks/visit.php?cid=78&lid=368

this makes an install iso that can restore/clone  your server with all on it.

I am a big fan of that, especially if you have added a lot of "extra's"

hc
nl.linkedin.com/in/hanscees/

RobRoye

Any other backup options?
« Reply #7 on: November 15, 2005, 05:39:59 PM »
I would also like to see a link to "Jay's own Rsync System". This looks like EXACTLY what I need to mirror two servers. No GUI is pretty normal for this server, so doesn't bother me a bit.

avery

Re: BACKUPS - THE BEST METHODS
« Reply #8 on: December 29, 2005, 01:32:39 AM »
Quote from: "jfarschman"
6. Jay's own Rsync System - Can either pull of push files from one server to another. Both servers must have rsync installed which is perhaps a problem for Windows...


I'm also looking for a simple push or pull SME to SME Server solution ... this sounds ideal ... RobRoye nailed it ...

Quote from: "RobRoye"
I would also like to see a link to "Jay's own Rsync System". This looks like EXACTLY what I need to mirror two servers. No GUI is pretty normal for this server, so doesn't bother me a bit.


I've searched with no joy ...(only links lead back to this thread).

Anyone got a link???

Cheers in advance,  Andy