wip
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user