fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Rikuoh Tsujitani 2023-11-16 16:21:14 +09:00
parent e7047f200b
commit 69a6ea639f
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -63,8 +63,8 @@ echo "Mastodone."
set -euo pipefail
# Configurable variables
INSTANCE_DIR="$HOME/インスタンスのディレクトリ"
BACKUP_DIR="$HOME/backup"
INSTANCE_DIR="/home/ユーザ/インスタンスのディレクトリ"
BACKUP_DIR="/home/ユーザ/backup"
BACKUP_LIFETIME_DAYS=7
DATE_FORMAT="%Y%m%d_%H-%M-%S"
DB_CONTAINER="mastodon-db-1"