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" echo "Using rsyncignore"
fi fi
# Update all existing files in DST from SRC # Update all existing files in DST from SRC
rsync -crlpgoD --itemize-changes \ rsync -crlpgoD --itemize-changes \
--exclude=/etc/ssh/** \ --exclude=/etc/ssh/** \
@@ -31,5 +30,4 @@ rsync -crlpgoD --itemize-changes \
--exclude=/etc/shadow \ --exclude=/etc/shadow \
--exclude=/etc/fstab \ --exclude=/etc/fstab \
--exclude=THIS_IS_NOT_YOUR_ROOT_FILESYSTEM \ --exclude=THIS_IS_NOT_YOUR_ROOT_FILESYSTEM \
$RSYNC_OPT \ $RSYNC_OPT $SRC $DST
$SRC $DST