This commit is contained in:
gsw945 2021-09-09 15:00:03 +08:00
commit 7a6a0c5ec0

View File

@ -15,7 +15,10 @@ export HOST_DIR=/mindoc-sync-host
export DOCKER_DIR=/mindoc
function doSyncCopy() {
if [ -d "${1}" ]
then
rclone $SYNC_ACTION --progress --exclude .git* --exclude .git/** "${1}" "${2}"
fi
}
function doSync() {