BackupPC-users

Re: [BackupPC-users] save backuppc backups on a ultrium tape

2013-11-15 10:48:28
Subject: Re: [BackupPC-users] save backuppc backups on a ultrium tape
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 15 Nov 2013 09:46:26 -0600
On Fri, Nov 15, 2013 at 8:38 AM, info AT newoffice DOT it <info AT newoffice 
DOT it> wrote:
> i must to put all the backuppc backups on a tape , i think that i can
> use something like tar -cvpzf /dev/st0 /var/lib/backuppc +cronjob

It is generally not practical to copy the whole archive directory with
file-oriented methods like tar.  There is no efficient way to
reconstruct the millions of hardlinks in the filesystem and it will
take a very long time to complete.

> is there  something better? like some bacuppc feature ( so i can have a
> mail if the job fails)

One thing that would work would be to use the command line tool
Backuppc_tarCreate to generate tar images of the latest backup from
each host that you can write to tape.  You don't get the whole history
on a single tape that way, but you do gain the ability to restore
directly with tar without needing to reconstruct backuppc for the job.

Backuppc has a concept called 'archive' hosts that you can set up to
make tar images for you through the web interface but it is probably
better to just write your own script around Backuppc_tarCreate so you
can schedule it with cron.

-- 
  Les Mikesell
    lesmikesell AT gmail DOT com

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&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/