I have a copy of a BackupPC hierarchy from 2019, and wish to extract the
file, fInbox.
Here is what I have tried:
> BackupPC_zcat fInbox
does not complain, but does not seem to do anything.
As it is (I think) zlib compressed,
> pigz -d fInbox
complains for lack of compressed suffix, so I renamed and did
> pigz -d fInbox.zz
gives, "pigz: warning: fInbox.zz: trailing junk was ignored" . The
input file (fInbox.zz) is 1 MB, and the output file (fInbox) is 6 MB,
but consists solely of nul bytes.
How does one get hold of the contents of fInbox?
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/