mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Add configurable automatic database backup scheduling
This commit is contained in:
parent
f6a09bcbea
commit
c145074daf
17 changed files with 722 additions and 351 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Backup the embedded PostgreSQL database to data/backups/
|
||||
# Backup the configured Paperclip database to the configured backup directory
|
||||
# (default: ~/.paperclip/instances/<instance-id>/data/backups)
|
||||
#
|
||||
# Usage:
|
||||
# ./scripts/backup-db.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue