Commit graph

346 commits

Author SHA1 Message Date
Victor LABORIE 8eb9c72f4e Fix shell error on vagrant provision 2019-01-16 16:19:09 +01:00
Victor LABORIE d09d0b0572 Do not create dirs in bkctld script 2019-01-08 16:29:03 +01:00
Victor LABORIE 183bc05ec4 Use bkctld-list script for jails listing 2019-01-08 16:23:46 +01:00
Victor LABORIE 8fa127c591 Transform bkctld SysVinit script into systemd oneshot service 2019-01-08 11:26:42 +01:00
Victor LABORIE 16d19b4a28 Use lastlog in sshrc 2019-01-08 11:11:47 +01:00
Victor LABORIE b1905eeffe Rewrite bats test 2019-01-08 11:01:17 +01:00
Victor LABORIE 4db5dcac03 Subcommand list are now dynamic in bash completion 2019-01-07 17:52:19 +01:00
Victor LABORIE cda35bba6e Move logging functions into config 2019-01-07 16:57:12 +01:00
Victor LABORIE 91272f49d5 Remove check_jail function 2019-01-07 16:41:29 +01:00
Victor LABORIE d9f8ae7036 Move check_jail_on functions into bkctld-is-on script 2019-01-07 16:34:44 +01:00
Victor LABORIE 5856cb2011 Fix help output (command can have dash) 2019-01-07 16:33:08 +01:00
Victor LABORIE 41b3536bcf Remove get_inc function 2019-01-07 16:12:51 +01:00
Victor LABORIE a028d3abee Fix typo in bkctld-stats 2019-01-07 16:11:57 +01:00
Victor LABORIE 0272c43751 Move usage functions into bkctld-help script
* Usage output is now auto-generated
2019-01-07 14:47:07 +01:00
Victor LABORIE d0165a9e3c Move firewall functions into bkctld-firewall script 2019-01-04 16:55:56 +01:00
Victor LABORIE 1522d2f6cd Merge bkctld-params and some functions into bkctld-(ip|port|key) scripts 2019-01-04 16:39:35 +01:00
Victor LABORIE 6caa9078e6 Parallelize bkctld <subcommand> all 2019-01-04 16:03:33 +01:00
Victor LABORIE 16014f3c4f Fix typo in bkctld-update 2019-01-04 15:55:34 +01:00
Victor LABORIE 6255cb23f2 Drop Debian Jessie support 2019-01-04 13:53:56 +01:00
Victor LABORIE e062a05a4b Split bkctld into multiples scripts 2019-01-04 13:52:15 +01:00
Victor Laborie 2b586b0257 Merge branch 'split-docs' of evolix/evobackup into master 2019-01-03 16:56:03 +01:00
Victor Laborie 137a87e4cb Merge branch 'improve-readme' of evolix/evobackup into master 2019-01-03 09:41:16 +01:00
Victor Laborie 1f329dd2e2 Merge branch 'example-comment-cleanup' of evolix/evobackup into master 2019-01-03 09:39:31 +01:00
Patrick Marchand eda30a013c Switch documentation to mdoc(7)
Markdown is not a suitable language for technical documentation.
2019-01-02 13:45:21 -05:00
Patrick Marchand 15819ca867 Split docs/usage.md into 3 files.
One for incremental configuration, one for bkctld.conf, and one for usage.
2019-01-02 13:40:33 -05:00
Patrick Marchand 48fb7324d8 Improved README.md and adjacent files.
* Fixed the english in README.md and docs/debian.md
 * Moved installation instructions from README.md to docs/install.md
 * Reworked the rest of README.md
 * Added a few comments to bkctld.conf
2019-01-02 12:20:41 -05:00
Patrick Marchand 720c479e73 Improved documentation for example script
Added the description of variables to change into the zzz_evobackup
script comments and updated the path to the repository.
2019-01-02 12:13:38 -05:00
Victor LABORIE ee34be5fec btrfs is now in /bin 2018-12-04 16:11:00 +01:00
Victor LABORIE f1be9e7132 Check if disk is mounted in bkctld check 2018-11-29 17:04:40 +01:00
Alexis Ben Miloud--Josselin eb85dc6175 Add clusterized elasticsearch snapshots 2018-11-21 14:32:38 +01:00
Gregory Colpart 81e79b1aaa add packages available for restauration 2018-08-25 00:02:00 +02:00
Gregory Colpart 83155a8de4 unlimited width for ps command 2018-08-25 00:00:31 +02:00
Gregory Colpart cb186dc775 Force chmod 700 for all mkdir 2018-08-20 23:12:36 +02:00
Benoît S. f369615a2f Exclude the sys database from mysql dump 2018-08-14 14:46:03 +02:00
Jérémy Dubois 664a424aee Send traceroute stderr to stdout
OpenBSD sends its first line of information into stderr
2018-07-25 19:05:26 +02:00
Jérémy Dubois d69a015025 Revert "/srv is not on BSD systems"
This reverts commit 853f6dff21.
Paths in systems variable are always backed up, that is not the case of /srv.
We have to manually remove /srv when we do not want it.
2018-07-16 16:04:43 +02:00
Jérémy Dubois 853f6dff21 /srv is not on BSD systems 2018-07-16 11:54:11 +02:00
Jérémy Dubois 391ef207f7 Add PATH, which is needed for BSD systems 2018-07-16 11:53:23 +02:00
Victor LABORIE 958eeb8776 Use absolute PATH for btrfs command
* Because command -v fail in some cases
2018-07-04 14:48:36 +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 f780d4d94a Add stats subcommands 2018-06-13 15:22:21 +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 dcba6d5634 Merge check_nrpe into bkctld check subcommand 2018-05-30 16:39:26 +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
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