Commit graph

63 commits

Author SHA1 Message Date
Benoît S. f01c890b20 Ameliorate action 99_system_info. 2014-01-30 11:50:48 +01:00
Benoît S. 05b28aa8ce Better mkdir in chroot-ssh.
Conflicts:
	chroot-ssh.sh
2014-01-30 11:42:54 +01:00
Benoît S. 21ed15ed34 Exclude database performance_schema for MySQL dumps.
Conflicts:
	zzz_evobackup
2014-01-30 11:38:56 +01:00
Benoît S. d2f9ebc17e Added --events for mysqldump.
Conflicts:
	zzz_evobackup
2014-01-30 11:37:53 +01:00
Benoît S. f02d4bf238 Added a way of backuping ElasticSearch
Conflicts:
	zzz_evobackup
2014-01-30 11:35:13 +01:00
Benoît S. 3d0b3a614e Adding a loop when dumping routes.
Conflicts:
	zzz_evobackup
2014-01-30 11:31:04 +01:00
Benoit.S « Benpro » 3e5f95bbe2 More information for "test" part of the doc. 2013-08-05 22:40:05 +02:00
Benoit.S « Benpro » 60972403fe Added "mount /dev/pts" in upstart job. 2013-08-05 22:16:55 +02:00
Benoit.S « Benpro » 1bf1978d44 Added "test connection" in the install doc. 2013-08-05 22:16:41 +02:00
Benoit.S « Benpro » c688b9d777 Fix issue #2. Better upstart job for Ubuntu. 2013-08-05 21:48:56 +02:00
Benoit.S « Benpro » 526c443d75 Remove old comments. 2013-08-05 21:47:23 +02:00
Benoît S. cddbd002f9 Fix a bug in the way of killing evobackup.
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 20:52:19 +02:00
Benoit.S « Benpro » 2cad6c71d3 Adding excludes rules. Chmod 755 for all actions. Changing example server name. 2013-08-04 12:26:49 +02:00
Benoit.S « Benpro » 46dddc7359 Merge branch 'dev' | Fix rsync command line and excludes. 2013-08-04 12:06:59 +02:00
Benoit.S « Benpro » 557fcb282e Added --delete-excluded to rsync command line.
Also exclude /sys by default.
2013-08-04 12:06:20 +02:00
Benoit.S « Benpro » a2fcf5cd3d Rsync command line was bogus. Changing methods using rsync filter rules. 2013-08-04 00:03:56 +02:00
Benoît.S 986349901f Merge pull request #1 from benpro/dev
Fix typo in variable name.
2013-08-03 14:15:58 -07:00
Benoit.S « Benpro » 479e019e1c Fix typo in variable name. 2013-08-03 23:14:54 +02:00
Benoit.S « Benpro » 57142e153d Another fix in README.md 2013-08-03 22:58:20 +02:00
Benoit.S « Benpro » 90b656aef7 Fix formating issue in README.me 2013-08-03 22:57:05 +02:00
Benoit.S « Benpro » eb4c2c6f41 Refactoring of the code.
Evobackup is is now all in english and it is more flexible and easy to
install & configure.
2013-08-03 22:53:04 +02:00
Benoit.S « Benpro » 7968aea863 Merge remote-tracking branch 'upstream/master' 2013-08-01 21:57:37 +02:00
Benoît.S fff1a6027f Initial commit 2013-08-01 12:54:25 -07: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