Commit graph

266 commits

Author SHA1 Message Date
Victor LABORIE 3d80ac96a1 Merge branch 'master' into debian 2018-06-13 18:22:59 +02:00
Victor LABORIE 1b3b68ba16 Fix last update date of stats index file 2018-06-13 18:21:31 +02:00
Victor LABORIE a835491703 Add incs info to stats 2018-06-13 18:01:43 +02:00
Victor LABORIE 211171e449 New upstream release (1.6.0) 2018-06-13 15:30:06 +02:00
Victor LABORIE c41f80bec0 Merge branch 'master' into debian 2018-06-13 15:28:35 +02:00
Victor LABORIE f780d4d94a Add stats subcommands 2018-06-13 15:22:21 +02:00
Victor LABORIE c906aa6a2f New upstream release (1.5.2) 2018-05-30 18:35:57 +02:00
Victor LABORIE 406f669eed Merge branch 'master' into debian 2018-05-30 18:35:08 +02:00
Victor LABORIE ce674490f7 Add bats test for generate jails with different times 2018-05-30 18:33:36 +02:00
Victor LABORIE b1400c83b6 Better bkctld check output 2018-05-30 18:30:15 +02:00
Victor LABORIE 89c03c8e6f New upstream release (1.5.1) 2018-05-30 17:15:34 +02:00
Victor LABORIE b846435587 Merge branch 'master' into debian 2018-05-30 16:42:52 +02:00
Victor LABORIE dcba6d5634 Merge check_nrpe into bkctld check subcommand 2018-05-30 16:39:26 +02:00
Victor LABORIE 36d877bb06 Merge branch 'master' into debian 2018-05-30 15:29:16 +02:00
Victor LABORIE f6aca343fb Add doc for Debian packaging 2018-05-30 15:22:17 +02:00
Victor LABORIE 1bc4530430 Convert bkctld man page in a markdown file 2018-05-30 15:21:54 +02:00
Victor LABORIE 87d9d41a5a Add debian/gbp.conf for automatic gbp buildpackage 2018-05-30 14:41:37 +02:00
Victor LABORIE f51b8c4e8d Usage pandoc for generate man page 2018-05-30 14:40:48 +02:00
Victor LABORIE c7f84aa50c Merge branch 'master' into debian 2018-05-29 18:22:44 +02:00
Victor LABORIE 776a4b8638 Convert bkctld man page in a markdown file 2018-05-29 18:13:55 +02:00
Benoît S. 86711f2234 Merge branch 'update_es_backup' 2018-04-05 16:26:22 +02:00
Benoît S. bc1012b091 Modification commentaire 2018-04-05 16:24:18 +02:00
Alexis Ben Miloud--Josselin 7a9e4c6168 Simplify and store deletion logs in /tmp 2018-04-05 16:02:07 +02:00
Victor LABORIE 85a72fd134 New upstream release (1.5.0) 2018-04-05 15:52:31 +02:00
Victor LABORIE 9d618b4bfa Rewrite bats tests 2018-04-05 15:52:31 +02:00
Victor LABORIE 6d65224cd3 Reload when update params 2018-04-05 15:52:31 +02:00
Victor LABORIE 118335de2d Fix reload 2018-04-05 15:52:31 +02:00
Victor LABORIE 0e2eb24850 Double quote all vars and add brackets 2018-04-05 15:52:31 +02:00
Victor LABORIE 828a243745 Force variables definition and add a set -u 2018-04-05 15:52:31 +02:00
Victor LABORIE 4b788a99d8 Retab 2018-04-05 15:52:31 +02:00
Victor LABORIE 1bcdb8fba5 Use cat instead of echo for usage function 2018-04-05 15:52:31 +02:00
Victor LABORIE fa8ce4fc3f Refactoring of logging and notification
* Use logger command, no longer write directly to logfile
* Loglevel can be set in bkctld.conf
* Remove mail notification, cronjob do it when stdout/stderr
2018-04-05 15:52:31 +02:00
Victor LABORIE 608325c828 Add bats test for NRPE check 2018-04-05 15:52:31 +02:00
Victor LABORIE 56ece49b96 Refactoring VagrantFile and add test section to README
* nodes are set in an array
* add ext4 nodes in addition to btrfs nodes
* run bats test from nodes
2018-04-05 15:52:31 +02:00
Victor LABORIE d1065c9fa6 Add basics tests with bats 2018-04-05 15:52:31 +02:00
Victor LABORIE fe822ee0d9 Use run command for bats test 2018-04-05 15:52:31 +02:00
Victor LABORIE 47a91a80e5 Use bats for unit test with Vagrant 2018-04-05 15:52:31 +02:00
Victor LABORIE ea5622c61d Add a Vagrantfile for test with Vagrant 2018-04-05 15:52:31 +02:00
Benoît S. 8036aaa5c0 Remove mongodump backup dir before dumping
This is mandatory, elsewhere you'll retain old DBs/collections dumped.
2018-04-05 15:52:31 +02:00
Gregory Colpart d6179bddbc Improve mysqldump in zzz_evobackup (thanks Bruno for the idea) 2018-04-05 15:52:31 +02:00
Victor LABORIE d27bbbc0f5 Rewrite bats tests 2018-03-28 15:11:49 +02:00
Victor LABORIE 2893953ec0 Reload when update params 2018-03-28 14:09:22 +02:00
Victor LABORIE 685b70b632 Fix reload 2018-03-27 18:35:06 +02:00
Victor LABORIE 3c12286704 Double quote all vars and add brackets 2018-03-27 18:22:31 +02:00
Victor LABORIE fa27759cad Force variables definition and add a set -u 2018-03-27 17:11:25 +02:00
Victor LABORIE d565374c5d Retab 2018-03-27 16:39:03 +02:00
Victor LABORIE 0927e79954 Use cat instead of echo for usage function 2018-03-27 16:31:50 +02:00
Victor LABORIE 8680b742dd Refactoring of logging and notification
* Use logger command, no longer write directly to logfile
* Loglevel can be set in bkctld.conf
* Remove mail notification, cronjob do it when stdout/stderr
2018-03-27 16:14:39 +02:00
Alexis Ben Miloud--Josselin 6548c5a1d8 Remove old logs 2018-03-21 18:06:00 +01:00
Alexis Ben Miloud--Josselin f449ea9b9f Removed useless (old) comment 2018-03-21 18:00:25 +01:00