mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-05 19:22:34 +00:00
use rsync flags AX (preserve ACLs and xattr)
This commit is contained in:
parent
614a15c04f
commit
36ac0df3f3
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
RELEASE=2.1
|
||||
|
||||
VERSION=1.0
|
||||
PKGREL=28
|
||||
PKGREL=29
|
||||
|
||||
PACKAGE=libpve-common-perl
|
||||
|
||||
|
@ -108,7 +108,7 @@ my $eval_int = sub {
|
||||
my @ssh_opts = ('-c', 'blowfish', '-o', 'BatchMode=yes');
|
||||
my @ssh_cmd = ('/usr/bin/ssh', @ssh_opts);
|
||||
my @scp_cmd = ('/usr/bin/scp', @ssh_opts);
|
||||
my @rsync_opts = ('-aH', '--delete', '--numeric-ids');
|
||||
my @rsync_opts = ('-aHAX', '--delete', '--numeric-ids');
|
||||
my @rsync_cmd = ('/usr/bin/rsync', @rsync_opts);
|
||||
|
||||
sub migrate {
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
libpve-common-perl (1.0-29) unstable; urgency=low
|
||||
|
||||
* AbsrtactMigrate: use rsync flags AX (preserve ACLs and xattr)
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Jun 2012 09:08:11 +0200
|
||||
|
||||
libpve-common-perl (1.0-28) unstable; urgency=low
|
||||
|
||||
* added SectionConfig.pm, base class for Storage and Auth plugins.
|
||||
|
Loading…
Reference in New Issue
Block a user