We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a6af0 commit b616c52Copy full SHA for b616c52
borgmatic/.env
@@ -12,4 +12,10 @@ VOLUME_CRONTAB_SOURCE=/var/spool/cron # Source path for cronta
12
13
VOLUME_RESTORE_DESTINATION=./restore # Destination path for restoring backups
14
15
-TZ=Asia/Ho_Chi_Minh # Timezone for the container
+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