diff options
author | EuAndreh <eu@euandre.org> | 2020-09-23 14:50:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-09-23 14:50:45 -0300 |
commit | 755af4c6997ac417bdb1d0f11dda4bd9f5f1c696 (patch) | |
tree | a93566dbd5d50c06831db677101099b4d07420cd /scripts | |
parent | Enable autoUpgrade with reboots (diff) | |
download | toph-755af4c6997ac417bdb1d0f11dda4bd9f5f1c696.tar.gz toph-755af4c6997ac417bdb1d0f11dda4bd9f5f1c696.tar.xz |
Use SQLite instead of PostgreSQL: simplify operations and backup
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cronjobs/borg.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/scripts/cronjobs/borg.sh b/scripts/cronjobs/borg.sh index 665da5f..c0c69e5 100644 --- a/scripts/cronjobs/borg.sh +++ b/scripts/cronjobs/borg.sh @@ -7,10 +7,7 @@ BORG_PASSPHRASE="$(cat /data/secrets/borg-passphrase.txt)" export BORG_PASSPHRASE R='16686@ch-s010.rsync.net' -FIXME -postgresql backup? -nextcloud backup? -borg init +borg init FIXME borg create \ --verbose \ --stats \ @@ -18,8 +15,3 @@ borg create \ --compression lzma,6 \ "$R:vps-borg::{hostname}-{now}-cronjob" \ /data/ - - # /var/lib/acme/ \ - # /var/lib/matrix-synapse/ \ - # /var/lib/nextcloud/ \ - # /var/lib/postgresql/ \ |