mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
5 lines
257 B
Bash
Executable File
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
|