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

Dietmar Maurer dietmar at proxmox.com
Tue Sep 22 10:42:23 CEST 2015


applied

On 09/22/2015 09:45 AM, Wolfgang Bumiller wrote:
> ---
>   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:





More information about the pve-devel mailing list