mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
Compare commits
1 Commits
renovate/r
...
v0.1.58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b0e7c7c60 |
@@ -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
|
||||
|
||||
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user