Commit graph

92 commits

Author SHA1 Message Date
Benoît S. aecfb6371f Added a sleep between two rsync (for Online). 2014-04-25 11:16:03 +02:00
Benoît S. bb050ef136 Remove deprecated comments. 2014-04-03 18:09:44 +02:00
Benoît S. 48dfd54b55 Remove debug 2014-04-03 10:33:14 +02:00
Benoît S. 1318ae89c9 Fork of evobackup using rsync --link-dest. 2014-04-02 18:34:58 +02:00
Benoît S. 8a75570ef5 Added steps to INSTALL.md 2014-03-14 18:51:07 +01:00
Benoît S. 2a109bd663 Typo in filename in actions.d. 10_mysq.disabled -> 10_mysql.disabled 2014-03-14 12:13:59 +01:00
Benoît S. dff0d26c27 Change an hard coded path for logging times. 2014-02-14 16:39:52 +01:00
Benoît S. 3df881ca22 New script for Elasticsearch 1.0
in actions.d/14_elasticsearch.disabled
2014-02-13 19:00:48 +01:00
Benoît S. 8188f83d66 Added a check of release to use the good path for libnss. 2014-02-13 11:10:30 +01:00
Benoît S. 879c6d4ffb Revert "Don't use Privilege separation in sshd chroot."
This reverts commit eb6fd1704a.
2014-02-12 19:14:41 +01:00
Benoît S. eb6fd1704a Don't use Privilege separation in sshd chroot. 2014-02-12 18:35:44 +01:00
Benoît S. f972e46012 Send mail report only if incrementals where deleted. 2014-02-12 18:35:44 +01:00
Benoit.S « Benpro » 2ac3d7cf88 Do not pad day of month with zero for calculating node. 2014-02-08 20:59:17 +01:00
Benoît S. 512332de57 Fix issue #10, delete temp empty dir at the end. 2014-02-03 15:51:08 +01:00
Benoit.S « Benpro » 9c75ea0e18 Fix a typo in evobackup-rm.sh & beautifications.
Beautifications of evobackup-inc.sh, evobackup-rm.sh & zzz_evobackup
2014-02-02 20:24:26 +01:00
Benoît S. 609b95e105 All shebangs set to /bin/bash. 2014-01-30 17:00:27 +01:00
Benoît S. 10a676fe6c Ameliorate report when creating or deleting incrementals. 2014-01-30 16:39:34 +01:00
Benoît S. e62bf87b53 Added -h to rsync. 2014-01-30 16:10:49 +01:00
Benoît S. 7411d19b28 Added --stats to rsync and keep 30 last lines for log. 2014-01-30 16:03:58 +01:00
Benoît S. d6baf0c11b Added sleep 0.2 before umounting /dev when stopping service. 2014-01-30 15:49:02 +01:00
Benoît S. ee525abd4c Update INSTALL.md in "What to backup" part. 2014-01-30 15:34:20 +01:00
Benoît S. 905051be35 Don't return *, if bash glob don't find files/dir in evobackup-rm. 2014-01-30 15:25:11 +01:00
Benoît S. 26de127a14 Changed name of logfile for incs. 2014-01-30 15:24:54 +01:00
Benoît S. 2283f283f8 Merge branch 'master' into dev 2014-01-30 15:00:59 +01:00
Benoît S. 5d1dd72c49 Added /dev/pts for jails in Debian init script. 2014-01-30 15:00:08 +01:00
Benoît S. bde85f3f78 Added install/etc/evobackup/conf.d/incs
And a return line for final message in chroot-new.sh
2014-01-30 14:54:22 +01:00
Benoît S. f29553d8cd chroot-new.sh Shebang mush be bash and not sh. 2014-01-30 14:33:39 +01:00
Benoît S. 007d81bd99 Merge branch 'dev' 2014-01-30 14:21:42 +01:00
Benoît S. 056c847031 Didabled all special actions by default. 2014-01-30 11:51:58 +01:00
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