Michael Reichenbach
|
b0259512cc
|
fix: incorrect parameters in mysql ping command
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
3ea36a1d93
|
feat: add debug logging to mydumper
|
2021-03-09 16:22:50 +01:00 |
|
Silthus
|
a210202945
|
fix: add mising param
|
2021-03-09 16:22:50 +01:00 |
|
Silthus
|
b02376354c
|
fix: ping db with password
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
1f4d81e319
|
fix: use root password to backup databases
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
e08f96e638
|
fix: add missing mariadb regex filter
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
5eca6008aa
|
revert: use built-in env variables
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
dc2103b3a2
|
fix: replace all instances of mysql credentials
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
2a3aa294c2
|
fix: use seperate backup user for database backups
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
b50ebd1cf8
|
fix: convert path to string
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
12692193d5
|
fix: create directory if not exists
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
158506bc20
|
fix: command line args of mydumper regex
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
83b5d598c2
|
fix: convert posixpath to str
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
1d00804839
|
fix: invalid outputdir param
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
52e9b1e586
|
fix: format command line args for mydumper
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
e39abc016c
|
fix: compile without ssl support
|
2021-03-09 16:22:50 +01:00 |
|
mc1
|
54815fa73f
|
fix: build
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
8547e72fbd
|
fix: add more alpine packages
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
b27c2c15cb
|
fix: install mydumper in builder stage
|
2021-03-09 16:22:50 +01:00 |
|
Michael Reichenbach
|
d54013d700
|
feat: replace mysqldump with mydumper and dump each table into own file
|
2021-03-09 16:22:50 +01:00 |
|
Silthus
|
b6a711a70d
|
feat: add excludes file debug output
|
2020-12-17 12:44:36 +01:00 |
|
Silthus
|
b5103b27fc
|
feat(restic): add optional excludes.txt file mapping in volume directory
|
2020-12-02 18:36:26 +01:00 |
|
Silthus
|
d3b018c100
|
Update README.md
|
2020-11-26 11:04:27 +01:00 |
|
Silthus
|
0b573b7e15
|
fix(crontab): fully validate the complete crontab syntax
|
2020-11-25 23:13:57 +01:00 |
|
Silthus
|
f27cd047e1
|
fix: do not print stacktrace if pining mc server
|
2020-11-25 19:43:27 +01:00 |
|
Silthus
|
3a19623351
|
feat: add option to add tags to db and minecraft containers
Closes #6
|
2020-11-25 19:32:32 +01:00 |
|
Silthus
|
9eb050173f
|
feat: add minecraft backup method
Minecraft server can now be backed up using the restic-compose-backup.minecraft flag
|
2020-11-25 17:07:36 +01:00 |
|
Michael Reichenbach
|
02ae4ca6d8
|
feat: add option to backup minecraft containers via rcon-cli
|
2020-11-25 17:07:36 +01:00 |
|
Michael Reichenbach
|
47d1687bc1
|
fix(db): use innodb transactional dump without locks
|
2020-11-25 07:43:06 +01:00 |
|
mc1
|
64cbe3c3b5
|
Merge branch 'master' of github.com:Silthus/restic-compose-backup
|
2020-11-17 15:37:19 +01:00 |
|
mc1
|
a8f1e37b7f
|
change default cron command
|
2020-11-17 15:36:30 +01:00 |
|
Michael Reichenbach
|
2995d19e8d
|
fix: crontab validation
|
2020-11-17 15:35:37 +01:00 |
|
Michael Reichenbach
|
5256c14b67
|
feat add skip cleanup flag and enable success alerts
|
2020-11-17 08:34:58 +01:00 |
|
mc1
|
8fe4430aa5
|
fix: use posix source cmd
|
2020-11-17 08:04:01 +01:00 |
|
Silthus
|
30caa32d1b
|
feat: store backup name as path
|
2020-11-16 12:59:59 +01:00 |
|
Silthus
|
230445783a
|
feat: backup each container with its own path
|
2020-11-16 12:52:59 +01:00 |
|
Silthus
|
dc42418bf7
|
feat: move rcb cleanup to cron
|
2020-11-16 12:46:16 +01:00 |
|
Silthus
|
166bada6eb
|
fix: --keep-last flag
|
2020-11-16 12:28:51 +01:00 |
|
Silthus
|
25db72340d
|
fix: execute rights on backup.sh
|
2020-11-16 12:25:37 +01:00 |
|
Silthus
|
f8edb57a6d
|
fix: cleanup after backup ends
|
2020-11-16 12:13:48 +01:00 |
|
Silthus
|
1248843e72
|
fix: syntax error in restic.py
|
2020-11-16 12:07:19 +01:00 |
|
mc1
|
ded4d9bdf7
|
fix: install pip3
|
2020-11-16 12:05:39 +01:00 |
|
Michael Reichenbach
|
db0e7799e0
|
feat: add minecraft backup integration
|
2020-11-16 11:33:00 +01:00 |
|
Michael Reichenbach
|
b0650c0425
|
feat: separate cleanup from backup
|
2020-11-16 11:32:40 +01:00 |
|
Michael Reichenbach
|
19ac9e55e5
|
feat: add hourly and keep_last option
|
2020-11-16 11:31:19 +01:00 |
|
einarf
|
5c33ccf0b1
|
Bump version
|
2020-05-28 01:27:06 +02:00 |
|
einarf
|
764aac6744
|
Docs for EXCLUDE_BIND_MOUNTS and INCLUDE_PROJECT_NAME
|
2020-05-28 01:18:21 +02:00 |
|
einarf
|
bbe57dfd69
|
Broken test intialization
|
2020-05-28 00:18:04 +02:00 |
|
einarf
|
4517880846
|
pep8
|
2020-05-28 00:13:27 +02:00 |
|
einarf
|
1fefd63c72
|
Use py38 in tests
|
2020-05-28 00:13:04 +02:00 |
|