BackupPC-users

Re: [BackupPC-users] BackupPC usage as localhost

2015-10-30 07:18:56
Subject: Re: [BackupPC-users] BackupPC usage as localhost
From: <a.dovi AT accenture DOT com>
To: <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 30 Oct 2015 10:44:03 +0000


On 29/10/2015 18:23, Kris Lou wrote:

On Thu, Oct 29, 2015 at 2:20 AM, <a.dovi AT accenture DOT com> wrote:
- Is it possible that instead of sending the files to /home/backuppc/storage, to tell to BackupPC to send the files to a remote computer via ssh scp for example

This is confusing.  Did you set your TopDir (location of the BackupPC storage pool) to /home/backuppc/storage?  If so, then you run into recursion while backing up /home (issue #1 on that link).

Yes we have TopDir like that

$Conf{TopDir} = '/home/backuppc/storage';

And then to avoid recursion, I exclude what should not be backed up we have these excludes

$Conf{BackupFilesExclude} = {
  '/home' => [
    '/backuppc/storage',
    '/jenkins/workspace',
    '/jenkins/.m2',
    '/jenkins/.sonar',
    '/jenkins/.jenkins',
    '/jenkins/jobs/SDR_TRUNK/modules',
    '/jenkins/jobs/SDR_TRUNK_DEPLOY/modules',
    '/jenkins/jobs/SDR_TdTEST_INTEGRATION/modules',
    '/nexus/sonatype-work/nexus/indexer',
    '/nexus/sonatype-work/nexus/storage'
  ]
};

Are you asking about the location of the pool, or the restore directory when "sending the files to a remote computer?"

I mean if TopDir could be set to an SCP/rsync link rather than a local path

As far as I can tell, there's no (easy,built-in) way to separate out one client's backups to store in a different location.  Even if possible, doing so would remove those backups from deduplication.

But some people simply configure a 2nd BackupPC server to back up the primary, or mount the pool remotely via NFS, or configure the pool under a mounted RAID set and periodically rotate drives.
Indeed nice idea I think we ll go for a mount of an additional volume, sound like the easiest solution and should be compatible with this setup thanks a lot =)



--

Cordialement,

 

Arnaud DOVI

Accenture Technology Solutions

Nantes Delivery Center

07 82 77 05 15

: a.dovi AT accenture DOT com

 




This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com
------------------------------------------------------------------------------
_______________________________________________
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/