]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Create.pm
use COMMON_TAR_FLAGS from pve-storage
[pve-container.git] / src / PVE / LXC / Create.pm
index 4dd819dda8ce5262ae42815684cbaea4b6594ae3..1f21e06efcffaac27ee76eb091135e938784c8ab 100644 (file)
@@ -74,7 +74,7 @@ sub restore_archive {
     }
 
     my $cmd = [@$userns_cmd, 'tar', 'xpf', $tar_input_file, '--totals',
-               @$PVE::LXC::COMMON_TAR_FLAGS,
+               @PVE::Storage::Plugin::COMMON_TAR_FLAGS,
                '-C', $rootdir];
 
     # skip-old-files doesn't have anything to do with time (old/new), but is