mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-28 17:02:31 +00:00
fix: live sync script
This commit is contained in:
parent
435035663f
commit
8c98dec2a1
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Used to back up to an encrypted drive
|
# 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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user