[pve-devel] [PATCH pve-container] vzdump: tar: disable warnings about ignored files

Wolfgang Bumiller w.bumiller at proxmox.com
Tue Sep 22 09:45:45 CEST 2015


---
 src/PVE/VZDump/LXC.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump/LXC.pm
index 2d4b85a..858db8f 100644
--- a/src/PVE/VZDump/LXC.pm
+++ b/src/PVE/VZDump/LXC.pm
@@ -280,7 +280,7 @@ sub archive {
 
     my $tar = ['tar', 'cpf', '-',
                '--totals', '--sparse', '--numeric-owner', '--xattrs',
-               '--one-file-system'];
+               '--one-file-system', '--warning=no-file-ignored'];
 
     # note: --remove-files does not work because we do not 
     # backup all files (filters). tar complains:
-- 
2.1.4





More information about the pve-devel mailing list