On 5/5/2014 12:04 PM, Carlos Galeano wrote:
Hi,
I'm Using the command backuppc_tarCreate to manually restore some
backups, it Works fine but i want to know if with this command can
create several files and not only one big file.
tarCreate does exactly what it says it's going to do -- it creates a tar
file. If you want the individual files, you can either extract them
from the tar file, or use a different method to restore. If you are
running tarCreate on the command line, you can pipe it into the tar
extract command so the big tar file never gets written to disk.
$ cd (directory to hold restored files)
$ backuppc_tarCreate (options) | tar xf -
You can also use the web interface to restore files using the same
method they were backed up. You can restore back to the same location
or to a different system or directory.
--
Bowie
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/