From f9897acd687c8020a908cbad109aafa5c78d9c69 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 12 Nov 2015 14:00:29 +0100 Subject: [PATCH] remove --totals from COMMON_TAR_FLAGS 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index ccab284..7f375b9 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -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', -- 2.39.5