line 2 description

This commit is contained in:
Stefen Auris 2022-11-26 17:46:08 -05:00
parent 5f11c45ed7
commit 19182f3d4c
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
#maintenance #vaccum the database
echo "--- DATABASE MAINTENANCE ---" echo "--- DATABASE MAINTENANCE ---"
cd $HOME/gallery-dl cd $HOME/gallery-dl
sqlite3 archive.sqlite3 'VACUUM;' sqlite3 archive.sqlite3 'VACUUM;'

View file

@ -1,2 +1,3 @@
#!/bin/bash #!/bin/bash
# pull backup from remote server
rsync -hav --progress --delete --compress yc:/home/stev/backup /home/stev/storage/yc-backup rsync -hav --progress --delete --compress yc:/home/stev/backup /home/stev/storage/yc-backup