1
0
This commit is contained in:
Jacques Supcik
2024-03-22 12:19:12 +00:00
parent b398243da3
commit 72cc4f3ca8

View File

@@ -21,7 +21,6 @@ if [[ -f $RSYNC_IGNORE ]]; then
echo "Using rsyncignore"
fi
# Update all existing files in DST from SRC
rsync -crlpgoD --itemize-changes \
--exclude=/etc/ssh/** \
@@ -31,5 +30,4 @@ rsync -crlpgoD --itemize-changes \
--exclude=/etc/shadow \
--exclude=/etc/fstab \
--exclude=THIS_IS_NOT_YOUR_ROOT_FILESYSTEM \
$RSYNC_OPT \
$SRC $DST
$RSYNC_OPT $SRC $DST