This commit is contained in:
Morten Olsen
2025-09-06 00:16:00 +02:00
parent d091f3030b
commit 7b0e7c7c60
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ spec:
- name: source
mountPath: "/mnt/source"
- name: target
mountPath: "/mnt/backups"
mountPath: "/mnt/backup"
subPath: "{{ $release.Name }}-{{ $key }}"
volumes:
- name: source

View File

@@ -23,7 +23,7 @@ restic backup \
-r "$RESTIC_REPOSITORY"
"$SOURCE_DIR" \
--verbose \
--tag "daily" \
--tag "daily"
if [ $? -eq 0 ]; then
echo "Restic backup completed successfully!"