BackupPC-users

[BackupPC-users] Migrate local data into BackupPC pool for remote client

2016-06-02 17:35:20
Subject: [BackupPC-users] Migrate local data into BackupPC pool for remote client
From: cardiganimpatience <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 02 Jun 2016 14:34:36 -0700
Just following up on my efforts to import a host's existing file-level backups 
located under /home/backup/hostname/cur/ on the BackupPC server into the 
BackupPC pool located in /home/BackupPC/pool. I think I can do what I need 
without additional scripts or efforts to tar.gz the current files.

It occurred to me that I wasn't backing up the BackupPC host, so went through 
the process of adding the following to the TarClientCmd for that host:
/usr/bin/sudo $tarPath -c -v -f - -C $shareName+ --totals

That made me realise that the files I want to seed for my remote host could be 
similarly imported with something like this (found after much trial and error!):
/usr/bin/sudo $tarPath -cvf - -C /home/backup/$host/cur$shareName . --totals
(note the lack of a + sign)

and similarly remove the + from TarFullArgs:
$fileList

Looks like it's cranking away now! The final test will be to switch it back to 
rsync to see if it matches up.

+----------------------------------------------------------------------
|This was sent by itismike AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
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/