--- 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 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel