Displaying 1 result from an estimated 1 matches for "gpfs_support_rsync".
2012 Dec 05
0
[Bug 9466] New: GPFS ACLs are not copied by rsync when copying between two GPFS filesystems
...om:
http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9.tar.gz
- Prerequisite is, at least, libacl development headers - in Ubuntu 12.04,
this can be obtained with (for example):
sudo apt-get install libacl1-dev
- Once you've applied the patch with, say:
patch patch -p1 -i ../gpfs_support_rsync-3.0.9.patch
configure rsync with:
./configure --enable-acl-support --enable-xattr-support
--enable-gpfs-support --prefix=/opt/rsync.gpfs
then do:
make
and, optionally,:
make install
- to use the gpfs extensions, add the rsync command option:
--gpfs-attrs
- there...