On Mon, May 5, 2014 at 11:04 AM, Carlos Galeano <cgale...@logise.com.gt> wrote: > > 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. >
The tar image is going to be generated as one big stream, but since you are working with the command line you could pipe through gzip and split (-b) if you would like to have it split into a set of smaller files for easier transport. You would then have to reconstruct the original stream by zcat'ing the parts back together for tar to eventually extract the original files. -- Les Mikesell lesmikes...@gmail.com ------------------------------------------------------------------------------ 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/