You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: Readme.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
> [!IMPORTANT]
2
+
> This code works, but I never ran it in production for long.
3
+
> The issue it tries to solve (specificall for SQLite Databases) can also be solved with [Lightstream](https://litestream.io/) or [Cron script](https://litestream.io/alternatives/cron/)
4
+
> I'm keeping the repository as an exhibit, you should probably not actually use this.
5
+
1
6
# EzBackup
2
7
3
8
Easy, simple backup solution for [Persistent Volume Claims](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) in your Kubernetes Cluster.
@@ -99,4 +104,4 @@ Simply adapt the Job from the previous section into a [CronJob](https://kubernet
99
104
100
105
todo: add once "restore" command is implemented...
101
106
102
-
Meanwhile, since the backups are created by restic, you can simply restore them with any container with a restic binary and the repository information.
107
+
Meanwhile, since the backups are created by restic, you can simply restore them with any container with a restic binary and the repository information.
0 commit comments