This commit is contained in:
Andrew Hurley 2022-11-01 18:02:19 +11:00
parent bbd3a00378
commit 669f138f9f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_**

View File

@ -2,7 +2,7 @@
pushd /srv/backup && \
./vvv.sh docker && \
nice ./v2b.sh -u backup_docker &&
nice ./v2b.sh -u backup_docker && \
rsync -av ./_vols_/ /mnt/9a986e29-6705-472a-a66a-b7ca3da819bd/dockerbackups/ && \
popd