BackupPC-users

Re: [BackupPC-users] What to backup to backup a backuppc server ?

2013-04-09 07:09:12
Subject: Re: [BackupPC-users] What to backup to backup a backuppc server ?
From: Nicolas Cauchie <nicolas AT franceoxygene DOT fr>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Tue, 09 Apr 2013 13:06:29 +0200
Le 04/04/2013 22:45, Arnold Krille a écrit :
Hi,

Am 2013-04-04 14:33, schrieb Nicolas Cauchie:
I want to backup what backuppc backups to put it on a tape, to be
safe in case of climatic disaster or anything else.
I want to backup backups on a tape, using a LTO tape drive, and a
program who runs on Windows.
Ouch, that last half-sentence hurts...

When I run "du - sh" to know the size of my backuppc backups
directory, on linux, it returns me "217G". When I do the same thing on
Windows (right click on the folder-> properties), it sizes me this
folder more than 500G... I think it's because of the symbolic links...
Yep, windows afair isn't really great with the links. BTW: these links 
are hard-links, that is two file-entries pointing to the same contents, 
not one file-entry pointing to another file-entry as it is with symbolic 
links.

So, the question is : What must I backup to be sure to be able to
restore the backuppc server ?
Either you write the whole partition to tape, or:

We have a cron-job that daily in the morning tells backuppc using the 
tapearchiver-method to write tars of certain hosts into a directory 
where amanda can find them. And the post-script of the tapearchiver then 
runs amdump to actually write the tars to tape and then deletes the 
tars. This way only one backup-mechanism is collecting the stuff but we 
have the security of off-site storage.

On a side-note: the tar-files that backuppc writes are sent through gpg 
for encryption with a public-key to be decrypted with the private-key. 
Where the keys are changed once the private key has to be copied one of 
the machines for restoring from tape. So even if you get access to one 
of our tapes, you don't see anything except the names of the archives...

Have fun,

Arnold

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
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/
Hello Arnold,

I found this feature "$Conf{XferMethod} = 'archive';" wich I ignore existence...

I had some questions about this command :
- I'll use this command to create tar archives, and then, those tar (*.tar.bz2 in my case) will be on a samba share (suecured...) to be send to my tape by my Windows Client (I know... ;) I've had a licence for this product, I prefer to use it...)

- You said backupPC uses key encryption :
    - I created an archive of one of my hosts. I extracted it on the backup server using "tar jxf archive.tar.bz2" : it extracted me the content of this archive without problem, without question. Same thing on another Linux server... Thoses keys aren't supposed to be a security to don't permit this ?
    - When those keys are supposed to block any extract attempt ?
    - So, I really don't understand :
Where the keys are changed once the private key has to be copied one of 
the machines for restoring from tape. So even if you get access to one 
of our tapes, you don't see anything except the names of the archives...

- About the command by itself : I saw it backups the last backup of my host (an incremental backup). But : archiving an incremental backup will able me to restore ALL data of a host ?

Thanks in advance to take time to help me.

Nicolas 


--


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
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/
<Prev in Thread] Current Thread [Next in Thread>