fix: multiple fixes; minor

This commit is contained in:
Strix 2024-05-24 15:07:23 +02:00
parent adb784ca4c
commit 862305ff8e

View file

@ -15,12 +15,14 @@ for host in $(cat /var/lib/sfbs/hosts | grep -v '#'); do
echo "pulling $host's fs..." echo "pulling $host's fs..."
rsync -av --delete \ rsync -avP --delete \
sfbs@$host::sfbs/ \ sfbs@$host::sfbs/ \
--link-dest "$latest_link" \ --link-dest "$latest_link" \
--password-file="/var/lib/sfbs/rsync-password" \ --password-file="/var/lib/sfbs/rsync-password" \
--include="/usr/local" \ --include="/usr/local" \
--exclude="/usr/*" \ --exclude="/usr/*" \
--exclude="/lib/*" \
--exclude="/bin/*" \
--exclude="/tmp/*" \ --exclude="/tmp/*" \
--exclude="/sys/*" \ --exclude="/sys/*" \
--exclude="/dev/*" \ --exclude="/dev/*" \