Stop rsync from managing setgid permissions for Fedora Atomic mirror
The Fedora Atomic mirroring was failing due to the fact that it was attempting to run setgid() on the directory at the end of the run. Change-Id: I7fbc3b959ce11162445d99329be706098a3dc021
This commit is contained in:
parent
f332f9d811
commit
8ace8de30c
@ -65,7 +65,7 @@ fi
|
|||||||
|
|
||||||
echo "Running rsync atomic..."
|
echo "Running rsync atomic..."
|
||||||
date --iso-8601=ns
|
date --iso-8601=ns
|
||||||
$K5START rsync -rlptDvz \
|
$K5START rsync -rltDvz \
|
||||||
--delete \
|
--delete \
|
||||||
--delete-excluded \
|
--delete-excluded \
|
||||||
--exclude="testing/" \
|
--exclude="testing/" \
|
||||||
|
Loading…
Reference in New Issue
Block a user