live sync script updates

This commit is contained in:
Ben Allfree 2023-11-05 03:08:14 -08:00
parent 3f8ef83896
commit f369f7b79e
2 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,3 @@
# Used to back up to an encrypted drive
rsync -avz --progress --exclude 'logs.db' --exclude 'instance_logs.db' --exclude '*.db-shm' --exclude '*.db-wal' --exclude 'pb_data/types.d.ts' pockethost.io:/home/pockethost/data/ live-data
cd live-data
du -sh ./* | sort -h

3
scripts/show-sizes.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
du -sh live-data/* | sort -h