Skip to content

Commit b616c52

Browse files
authored
update
1 parent d1a6af0 commit b616c52

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

borgmatic/.env

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ VOLUME_CRONTAB_SOURCE=/var/spool/cron # Source path for cronta
1212

1313
VOLUME_RESTORE_DESTINATION=./restore # Destination path for restoring backups
1414

15-
TZ=Asia/Ho_Chi_Minh # Timezone for the container
15+
VOLUME_BORG_REPOSITORY=./data/repository # Local path for the Borg repository
16+
VOLUME_ETC_BORGMATIC=./data/borgmatic.d # Local path for Borgmatic configuration directory
17+
VOLUME_BORG_CONFIG=./data/.config/borg # Local path for Borg client configuration
18+
VOLUME_SSH=./data/.ssh # Local path for SSH keys for remote access
19+
VOLUME_BORG_CACHE=./data/.cache/borg # Local path for Borg cache directory
20+
21+
TZ=Asia/Ho_Chi_Minh # Timezone for the container

0 commit comments

Comments
 (0)