]> git.proxmox.com Git - pve-container.git/commitdiff
remove --totals from COMMON_TAR_FLAGS
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 12 Nov 2015 13:00:29 +0000 (14:00 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 13 Nov 2015 11:05:19 +0000 (12:05 +0100)
It's included in the places that execute tar since it's a
flag to modify the status output rather than the data.

src/PVE/LXC.pm

index ccab2843557eeeb75d312ad27f219357efc9e197..7f375b9dd3cdc87d5b2ec9e8f09aaa16b1481d73 100644 (file)
@@ -26,7 +26,7 @@ my $nodename = PVE::INotify::nodename();
 
 my $cpuinfo= PVE::ProcFSTools::read_cpuinfo();
 
-our $COMMON_TAR_FLAGS = [ '--totals', '--sparse', '--numeric-owner', '--acls',
+our $COMMON_TAR_FLAGS = [ '--sparse', '--numeric-owner', '--acls',
                           '--xattrs',
                           '--xattrs-include=user.*',
                           '--xattrs-include=security.capability',