Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit f8652f5

Browse files
authored
Added info before archival.
1 parent e25822c commit f8652f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Readme.md

+6-1
Original file line numberDiff line numberDiff 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+
16
# EzBackup
27

38
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
99104

100105
todo: add once "restore" command is implemented...
101106

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

Comments
 (0)