Commit Graph

19 Commits

Author SHA1 Message Date
Marco Krammer d32c21f967 Removed BACKUP_TMP_DIR env variable and switched to mktemp -d instead of letting the user decide the temp dir path 2019-10-17 10:41:35 +02:00
Marco K 06c319ef69
Set BACKUP_TMP_DIR default value instead of making it required 2019-10-17 10:10:50 +02:00
Marco Krammer d58acb3039 Bumped backup pvc version and added documentation on how to use changes to getting started docs 2019-10-17 09:22:10 +02:00
Marco Krammer d8fe19ce8d Added BACKUP_TMP_DIR variable to backup pvc e2e test 2019-10-17 09:20:31 +02:00
Marco Krammer ae3c527eb1 Support BACKUP_TMP_DIR to not immediately write to backup dir as this can cause broken backups to be used when being restored 2019-10-17 09:19:50 +02:00
Tomasz Sęk abf63525e0
Bump backup PVC version to v0.0.6 2019-09-01 11:58:18 +02:00
Tomasz Sęk 6f1a3bd9ce
#82 Add e2e test 2019-09-01 11:53:53 +02:00
Takeshi Takizawa edf6307524 Support no backup file case.
If there is no backup file then `grep` exit with nonzero code.
So use `find` instead of it.
2019-08-28 19:22:42 +09:00
Tomasz Sęk 30cd4d53a7
Bump backup PVC version to v0.0.5 2019-08-12 14:01:32 +02:00
Tomasz Sęk 75d0e3d358
Fix backup/pvc/Makefile bump-version goal 2019-08-12 14:01:02 +02:00
David Ashford bd6012dfb1
add grep command to only filter backups 2019-08-07 16:11:13 +01:00
Tomasz Sęk f2a6bbbdce
#50 Improve rolling backups in pvc Docker image 2019-07-12 09:48:24 +02:00
Ben Langfeld f5397ed8ac
Bump backup image version 2019-07-11 16:05:03 -03:00
Ben Langfeld 6a69cf5c88
Allow rolling backups to a limit
When `BACKUP_COUNT` is specified on the backup container, a backup job will ensure we keep the newest `BACKUP_COUNT` backups to preserve space in our target volume.
2019-07-11 15:56:07 -03:00
Tomasz Sęk 6f1b133741
#37 Improve backup PVC docker image user creation 2019-06-26 22:51:11 +02:00
Tomasz Sęk 06be46952b
#4 Improve backup PVC Makefile 2019-06-18 19:56:43 +02:00
Tomasz Sęk 83f413dfe0
#4 Improve backup PVC Makefile 2019-06-17 23:11:22 +02:00
Tomasz Sęk b399decdce
#4 Improve pvc backup/restore Dockerfile 2019-06-16 22:37:04 +02:00
Tomasz Sęk 66e9512c80
#4 Add pvc backup/restore Dockerfile 2019-06-16 02:01:01 +02:00