BackupPC-users

[BackupPC-users] BackupPC Restore Zip Archive Empty from GUI

2014-04-09 05:11:44
Subject: [BackupPC-users] BackupPC Restore Zip Archive Empty from GUI
From: TN <axaly AT yahoo DOT fr>
To: backuppc-users AT lists.sourceforge DOT net
Date: Wed, 09 Apr 2014 11:10:01 +0200
Hello everyone,

On a new install of BackupPC v4 alpha3, I have zip/tar archive file empty when i try to restore a directory or many files from the BackupPC GUI.
(Full Backup or Inc Backup)

My tests:
1*/ The command line works and i have all my files (for example) :
/usr/share/backuppc/bin/BackupPC_zipCreate  -h localhost -c 5 -n -1 -s /etc . > etc.zip 

2*/ A direct restore with Rsync share works for all (many files / directories) and also when i select juste one file from BackupPC GUI  "backup browse".

3*/ If i change the stderr --> 0 from the file lib/BackupPC/CGI/Restore.pm :

        $bpc->cmdSystemOrEvalLong(["$BinDir/BackupPC_zipCreate",
                 "-h", $host,
                 "-n", $num,
                 "-c", $In{compressLevel},
                 "-s", $share,
                 "-e", $In{codePage},
                 @pathOpts,
                 @fileList
            ],
            sub { print(@_); },
            1,                  # ignore stderr
        );

I get this error in my zip file downloaded :
"Insecure dependency in open while running setuid at /usr/share/backuppc/lib/BackupPC/Storage/Text.pm line 74."

Any ideas would be very helpful :o))
Thanks,
Tan

My setup :
    * new install of backuppc v4.alpha3 
    * a new pool v4, no compression
    * Ubuntu 12.04 LTS
    * Perl v5.14.2 


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
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/
<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] BackupPC Restore Zip Archive Empty from GUI, TN <=