]> git.proxmox.com Git - mirror_lxc.git/blobdiff - templates/lxc-centos.in
Merge pull request #2055 from marcosps/cgfsng_debug
[mirror_lxc.git] / templates / lxc-centos.in
index 6832133b25699c5d01fe91cac018bde76392a837..4d2777bd6b045bf196eec9ee8b47ac3686a00576 100644 (file)
@@ -533,7 +533,7 @@ copy_centos()
     #cp -a $cache/rootfs-$arch $rootfs_path || return 1
     # i prefer rsync (no reason really)
     mkdir -p $rootfs_path
-    rsync -a $cache/rootfs/ $rootfs_path/
+    rsync -SHaAX $cache/rootfs/ $rootfs_path/
     echo
     return 0
 }