BackupPC-users

Re: [BackupPC-users] Has anybody here configured BackupPC to back up/image linux

2014-09-26 13:40:15
Subject: Re: [BackupPC-users] Has anybody here configured BackupPC to back up/image linux
From: Carl Wilhelm Soderstrom <chrome AT real-time DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 26 Sep 2014 13:38:57 -0400
On 09/26 09:39 , xpac wrote:
> An entire server?

Yep. I've done many disaster recoveries of entire linux servers which were
backed up with rsync. Linux doesn't have the file-locking issues of Windows,
so backups are just taking copies of every file on the system, and recovery
is just a matter of booting with a rescue disk like Knoppix, creating
partitions and filesystems, then streaming the tarball from the BackupPC
server to the target machine using netcat (or it could be done over SSH).

Bare metal restores are something like this, once you've created the
filesystems.

On the server side:
backuppc$ /usr/share/backuppc/bin/BackupPC_tarCreate <options>| netcat 
<targethost>
<targetport>

On the target side:
root# netcat -l <targetport> | tar xvp

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/