Commit graph

81 commits

Author SHA1 Message Date
Victor LABORIE 6a4af139ba Add RabbitMQ example. 2016-11-09 12:10:10 +01:00
Benoît S. 29cd250c73 Updated mongodb example. 2016-08-18 18:01:07 +02:00
Benoît S. ce3d199065 Added jail_init.sh.
A script that can be used when you have two servers in nodes.
2016-06-03 14:31:09 +02:00
Gregory Colpart 11e73103d0 new default routes (more stable) 2016-05-10 00:34:27 +02:00
Benoît S. a2bdfc106b Exclude /var/lib/munin/*tmp* in place of /var/lib/munin/*.tmp
Better match for files like:
  file has vanished: "/var/lib/munin/graphs.tmp.3006"
2016-04-21 11:59:51 +02:00
Gregory Colpart 8aab335168 Add command to backup megacli config (RAID hw config) 2015-11-25 17:16:46 +01:00
Gregory Colpart ee57c20134 retab 2015-11-24 19:52:05 +01:00
Gregory Colpart e924394230 force umask 2015-11-24 19:50:51 +01:00
Gregory Colpart cc72f8eaa2 typo 2015-11-24 19:50:51 +01:00
Tristan PILAT cbe6af8ce7 Making zzz_evobackup more BSD compatible 2015-11-12 17:54:58 +01:00
Benoît S. 23c53cfca2 Added synchronize /etc/evobackup for multi nodes. 2015-09-07 09:40:46 +02:00
Benoît S. ee4d9ea72d Updated french documentation. 2015-09-03 10:23:10 +02:00
Benoît S. 831806fe68 Delete TOC and fixing some notes. 2015-08-28 19:10:48 +02:00
Benoît S. e6bd94031e Updated French README. 2015-08-28 19:01:06 +02:00
Gregory Colpart ecd3190fdd Fix #1533 : revert chroot-dir -> chroot-name change
I want chroot-ssh.sh stay evo-independant, then we can't "detect" chroot dir.
2015-08-14 18:44:55 +02:00
Gregory Colpart 1b02ba0a70 - use only english in comments
- improve comments
2015-08-12 13:18:47 +02:00
Benoît S. 0fcc2478c4 Some ameliorations esp. for shared libraries and chroot path.
* Replaced backtick by $().
* Some "Beautification".
* Better finding of shared libraries.
* $chrootdir used when giving name to the chroot with -n.
* Jessie tested OK.
2015-07-02 16:25:04 +02:00
Benoît S. aaa0910e9b chmod +x for executables. 2015-07-02 15:21:29 +02:00
Benoît S. 62d397386d Add --exclude "/var/lib/clamav/*.tmp" 2015-02-06 11:39:27 +01:00
Gregory Colpart e84cc25c5c Set LANG=C 2015-02-03 01:06:09 +01:00
Benoît S. bd48826956 Exclude /home/mysqltmp 2015-01-16 11:38:48 +01:00
Benoît S. 0a3ab673cc Added --hex-blob to mysqldump. 2014-12-30 10:08:08 +01:00
Gregory Colpart 33ab2d2f74 Improve exceptions 2014-12-29 18:25:45 +01:00
Gregory Colpart 4dafd8bc62 add exception by default 2014-12-22 18:35:35 +01:00
Benoît S. 3eef93bb10 Added insserv evobackup in README. 2014-10-07 15:46:41 +02:00
Gregory Colpart 4fa9c89dae Add infos for MS Window$ clients 2014-07-15 22:13:50 +02:00
Gregory Colpart b69ad78f18 update doc 2014-06-25 02:22:26 +02:00
Gregory Colpart 6e1499f31d Create empty authorized_keys 2014-06-25 02:08:05 +02:00
Gregory Colpart e5641d6b23 Remove deprecated jail-evobackup-add.sh 2014-06-25 02:07:42 +02:00
Gregory Colpart 44599590ae Errors with new init script 2014-06-19 04:55:27 +02:00
Gregory Colpart a27c2e79c2 Merge improvements from Benoit (part 2) 2014-06-19 02:43:36 +02:00
Gregory Colpart b7a5efa462 support symlink without modification 2014-06-17 19:17:31 +02:00
Gregory Colpart 80fc96a17f Merge improvements from Benoit (part 1) 2014-05-28 16:48:25 +02:00
Benoît S. d494400364 Added mount /dev/pts in README. 2014-01-30 11:08:38 +01:00
Benoît S. 839dbdc98a Added compatibility for Wheezy when creating chroot. 2014-01-30 10:50:40 +01:00
Benoît S. 6eea9aa47e Exclude database performance_schema for MySQL dumps. 2014-01-10 14:29:05 +01:00
Benoît S. 75f256b8e7 Added --events for mysqldump. 2014-01-10 11:07:05 +01:00
Benoît S. b48b2a58fa Comment of ElasticSearch dump.
No need to be activated by default...
2014-01-09 17:00:51 +01:00
Benoît S. 3ca2623d70 Added a way of backuping ElasticSearch 2013-11-15 12:16:50 +01:00
Benoît S. 174c46aea8 Adding a loop when dumping routes. 2013-09-03 15:01:55 +02:00
Benoît S. 92f6db4439 Fix a bug in the way of killing evobackup.
The process is launched by "run-parts /etc/cron.daily". When you kill the
process, run-parts is not informed and the process go in Z state (and rsync
continue to work!). When another run-parts is launched the part wich kill a
process if already launched fail.

This fix this particular bug.
2013-08-05 17:46:18 +02:00
Gregory Colpart 88fb702b46 Add netstat dump 2013-06-30 13:18:54 +02:00
Romain Dessort 6bf536dc1e Remove exit 0 if evobackup already running. 2013-05-03 15:41:54 +02:00
Romain Dessort 329617461e Merge branch 'master' of ssh://git.evolix.org/git/evolinux/evobackup 2013-05-03 15:27:45 +02:00
Romain Dessort 4fe816827f Kill evobackup process if it was already running, instead of simply send
an email.
2013-05-03 15:25:50 +02:00
Gregory Colpart 516eece91c Merge branch 'master' of ssh://git.evolix.org/git/evolinux/evobackup 2013-04-12 18:05:03 +02:00
Gregory Colpart 606ff2923b Add --partial option to rsync ! 2013-04-12 18:04:32 +02:00
Gregory Colpart 1a54bb92e3 Error on mysqldump option 2013-01-28 00:18:11 +01:00
Gregory Colpart 1f910818ca Update infos about versions of Debian 2013-01-27 20:15:23 +01:00
Romain Dessort fc39d0c186 Fix argument order in mysqldump commandline
--defaults-extra-file must be the first option.
2012-11-05 11:47:14 +01:00