[F] TidBITS  / TidBITS  / TidBITS Talk  /

Creating a server backup on a local drive

[bob592]bob592 (apparently) - 06:42am Nov 26, 2008 PST
via email

Greetings everyone!

I'm looking for advice on software or a simple UNIX based solution for
copying a server backup to a local drive on a regular basis.

Essentially, I have several webhosting servers that do their own
backups to separate drives on those servers, and I'd like to come up
with a way to regularly copy these backups down from the internet to
my local network so as to have redundancy.

Does anyone know of a good way to set this up?

Thanks in advance,
Bob




Mark as Read
  (older msg: 1)OutlineAll MessagesOlder ItemsOldest ItemsNewest ItemsNewer Items

Nigel Stanger (apparently) - Nov 26, 2008 2:05 pm (#2 Total: 4)  

Reply to this message
via email - Dunedin, New Zealand  

Photo of Author
Posts: 448
Re: Creating a server backup on a local drive

On 27/11/2008 2:42 AM, "Bob Cappel" <bobcappel.com> spake thus:

> I'm looking for advice on software or a simple UNIX based solution for
> copying a server backup to a local drive on a regular basis.

rsync and cron spring to mind; cron for the scheduling and rsync for the
copying. The nice thing about rsync is that it compares the source and
target and only copies the changed files. (Of course this is not much use if
the backups are monolithic single files...)

--
Nigel Stanger, Dunedin, NEW ZEALAND.
http://xri.net/=nigel.stanger


Curtis Wilcox (apparently) - Nov 27, 2008 4:40 am (#3 Total: 4)  

Reply to this message
via email  

Photo of Author
Posts: 359
Re: Creating a server backup on a local drive

On Nov 26, 2008, at 4:05 PM, Nigel Stanger wrote:

> On 27/11/2008 2:42 AM, "Bob Cappel" <bobcappel.com> spake thus:
>
>> I'm looking for advice on software or a simple UNIX based solution
>> for
>> copying a server backup to a local drive on a regular basis.
>
> rsync and cron spring to mind; cron for the scheduling and rsync for
> the
> copying. The nice thing about rsync is that it compares the source and
> target and only copies the changed files. (Of course this is not
> much use if
> the backups are monolithic single files...)

I like using rsnapshot, a perl script that uses rsync and hard links
to create a series of full backups that nevertheless only require
transferring changed files and only require the space for the initial
backup plus each changed file.

http://www.rsnapshot.org/

Rsnapshot doesn't handle the scheduling part, using cron is a good
idea. I've also used OS X's launchd to schedule it but cron is a lot
easier.


mhochuli - Mar 7, 2009 2:11 am (#4 Total: 4)  

Reply to this message
 

Photo of Author
Posts: 1
Re: Creating a server backup on a local drive

Have you ever looked at PresSTORE?

http://www.archiware.com/

This is a robust, fast and efficient, modular backup software that even syncs or backs up (to disk or tape) over http, but still encrypted.

Marcel



  OutlineAll MessagesOlder ItemsOldest ItemsNewest ItemsNewer Items


 [F] TidBITS  / TidBITS  / TidBITS Talk  / Creating a server backup on a local drive




Add a message

To add a message to this discussion, you must be a registered user. Enter your email address below. If you have an account associated with the email address you enter, you will be prompted for your password. If not, you'll be able to create a new account with no fuss.

Enter your email address:

Submit