fix: multiple fixes; minor
This commit is contained in:
parent
adb784ca4c
commit
862305ff8e
1 changed files with 3 additions and 1 deletions
|
@ -15,12 +15,14 @@ for host in $(cat /var/lib/sfbs/hosts | grep -v '#'); do
|
|||
|
||||
echo "pulling $host's fs..."
|
||||
|
||||
rsync -av --delete \
|
||||
rsync -avP --delete \
|
||||
sfbs@$host::sfbs/ \
|
||||
--link-dest "$latest_link" \
|
||||
--password-file="/var/lib/sfbs/rsync-password" \
|
||||
--include="/usr/local" \
|
||||
--exclude="/usr/*" \
|
||||
--exclude="/lib/*" \
|
||||
--exclude="/bin/*" \
|
||||
--exclude="/tmp/*" \
|
||||
--exclude="/sys/*" \
|
||||
--exclude="/dev/*" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue