Whamcloud - gitweb
LUDOC-514: add --acls and -P for MDT backup/restore 99/51599/3
authorStephane Thiell <sthiell@stanford.edu>
Thu, 6 Jul 2023 22:55:05 +0000 (15:55 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 7 Jul 2023 02:53:38 +0000 (02:53 +0000)
commitda6e9fdcc2fcacc234ba9b472124d4d2a89d855a
tree47f2be99d4c14ef2cd2df65f3d5592bcb7bf9064
parentb257752e83033f1eb93a7f9b54719c75fe62a2a4
LUDOC-514: add --acls and -P for MDT backup/restore

Tar will only restore the following xattr if --acls is provided:
system.posix_acl_access
system.posix_acl_default

Update the documentation to mention --acls for MDT backup/restore.

Lastly, using -P / --absolute-names speeds up tremendously the
extraction for trusted archive with hardlinks (like MDT backup
archives).

Signed-off-by: Stephane Thiell <sthiell@stanford.edu>
Change-Id: I9db6729c029580edaf77129fc752befb6f0dc9fb
Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/51599
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
BackupAndRestore.xml