mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-02 15:03:26 +00:00
live sync script updates
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user