Commit graph

346 commits

Author SHA1 Message Date
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
Gregory Colpart 7453e90313 Merge branch 'master' of ssh://git.evolix.org/git/evolinux/evobackup 2012-10-27 18:27:49 +02:00
Gregory Colpart f66d088636 backup Redis 2012-10-27 18:27:18 +02:00
Benoît S. 1c3390b398 Adding --force parameter to mysqldump commands. This permit to continue even if mysqldump fail (i.e corrupt table). 2012-07-30 14:55:09 +02:00
Benoît S. 1f60b99e33 Add a new way of backuping MySQL databases. Each databases go in a separate .sql.gz file. 2012-07-30 14:52:10 +02:00
Arnaud Tomeï c382eda4f0 Correction du README pour remplacer sh par bash :( 2012-03-19 14:31:35 +01:00
Romain Dessort 1384458ad4 Save list of installed packages. 2012-03-14 17:52:41 +01:00
Romain Dessort f0192548b7 Fix a bug in the slapcat command line. 2012-02-27 15:12:27 +01:00
Romain Dessort 6a9614750d chroot-ssh.sh is not sh-compatible :-(. 2012-01-10 17:39:03 +01:00
Romain Dessort 7c208d7bff Add a proces snapshot to zzz_evobackup. 2011-12-30 14:13:51 +01:00
Romain Dessort 7ba57a1cd2 Merge branch 'master' of ssh://billux@git.evolix.org/git/evolinux/evobackup 2011-10-06 10:36:22 +02:00
Romain Dessort 2f15f29d9a Fix a mistake in the README file about incremental backups. 2011-10-06 10:33:52 +02:00
Romain Dessort 7c7de1b6f1 Fix a bug when redirecting stderr in mongodump command. 2011-09-08 13:37:31 +02:00
atomei 9272184e41 Remove vmlinuz, since it does no longer exist 2011-08-22 17:23:24 +02:00
Romain Dessort 19b668006f Merge branch 'master' of ssh://billux@git.evolix.org/git/evolinux/evobackup 2011-08-17 11:04:39 +02:00
Romain Dessort d9303b062f Add an example to dump Mongo databases 2011-08-17 11:02:39 +02:00
atomei 08bb28ba85 Correction d'un bug sous Squeeze et ajout d'une dépendance: makedev. 2011-07-15 18:29:15 +02:00
Gregory Colpart 31e69c380c Separation between creating inc copy and purge inc copies 2011-07-14 18:17:39 +02:00
Romain Dessort 28f179c60a Exclude /var/lib/postgresql 2011-07-01 17:28:43 +02:00
Romain Dessort 0fe492a484 Fix a bug while getting mysql instance's port
Tabulations characters wasn't handled correctly, and $instance variable
didn't contain correct port value.
2011-06-11 09:50:19 +02:00
Romain Dessort 9d322b4e2a Check if evobackup already running before launch it 2011-05-24 11:24:28 +02:00
Romain Dessort 824fff557e Ignore certain slapcat warnings (unclean shutdown...) 2011-05-24 11:17:49 +02:00
Romain Dessort 2e1f3e90c7 Fix bug when creating jails (wrong path for authorized_keys file) 2011-05-03 17:54:13 +02:00
Romain Dessort df2c1945d6 Fix a bug on first installation
Create /etc/evobackup/ directory if not present (first installation)
2011-05-03 17:41:24 +02:00
Romain Dessort f6ed17e75a New startup script
Evobackup has now his own startup script (/etc/init.d/evobackup). The
jail-evobackup-add.sh can add new jails in the startup script (no manual
edit needed).
2011-03-15 17:02:38 +01:00
Romain Dessort fb62ae9572 Add a new script to automatically create a new jail
Not completely finished yet.
2011-03-04 17:16:20 +01:00
Gregory Colpart 73df2f04f9 Add --force option to rsync, to enable deleting non-empty dirs 2010-12-09 23:20:22 +01:00
Gregory Colpart 422069e40c Improve a way of mysqldump 2010-11-30 20:27:05 +01:00
Gregory Colpart 1d96b82b43 Delete so stupid space 2010-10-26 01:18:17 +02:00
Gregory Colpart b99d62ac97 Add /var/lib/metche in --exclude list 2010-09-30 20:55:14 +02:00
Gregory Colpart 70c07af8af Add some informations (thanks to testers/reporters) 2010-09-22 00:54:07 +02:00
Gregory Colpart f184017820 Now in Git! 2010-09-09 01:07:03 +02:00