This commit is contained in:
bazza2000 2020-10-19 10:37:03 -04:00 committed by GitHub
commit 9b17fe4c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,4 +47,4 @@ docker run --rm \
-t \ -t \
-v $1:/from \ -v $1:/from \
-v $2:/to \ -v $2:/to \
alpine ash -c "cd /from ; cp -av . /to" alpine ash -c "apk add rsync ; rsync -avu --delete /from/ /to"