mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
live sync script updates
This commit is contained in:
parent
3f8ef83896
commit
f369f7b79e
@ -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
3
scripts/show-sizes.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
du -sh live-data/* | sort -h
|
Loading…
x
Reference in New Issue
Block a user