pockethost/scripts/live-sync.sh
2023-12-11 06:19:54 -08:00

5 lines
257 B
Bash
Executable File

#!/bin/bash
# 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/ .pockethost/live-data