mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
Compare commits
1 Commits
renovate/c
...
v0.1.58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b0e7c7c60 |
@@ -31,7 +31,7 @@ spec:
|
|||||||
- name: source
|
- name: source
|
||||||
mountPath: "/mnt/source"
|
mountPath: "/mnt/source"
|
||||||
- name: target
|
- name: target
|
||||||
mountPath: "/mnt/backups"
|
mountPath: "/mnt/backup"
|
||||||
subPath: "{{ $release.Name }}-{{ $key }}"
|
subPath: "{{ $release.Name }}-{{ $key }}"
|
||||||
volumes:
|
volumes:
|
||||||
- name: source
|
- name: source
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ restic backup \
|
|||||||
-r "$RESTIC_REPOSITORY"
|
-r "$RESTIC_REPOSITORY"
|
||||||
"$SOURCE_DIR" \
|
"$SOURCE_DIR" \
|
||||||
--verbose \
|
--verbose \
|
||||||
--tag "daily" \
|
--tag "daily"
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "Restic backup completed successfully!"
|
echo "Restic backup completed successfully!"
|
||||||
|
|||||||
Reference in New Issue
Block a user