Commit Graph

779 Commits

Author SHA1 Message Date
intrigeri
a3ee78c057 Merge branch 'mysql' into 'master'
#11148: skip dumping information|performance_schema in mysql handler

See merge request !5
2017-08-12 18:17:36 +00:00
ibauer
711ea76dd1 #11148: skip dumping information|performance_schema in mysql handler
- Escaped single quotes as described in https://stackoverflow.com/questions/1250079/how-to-escape-single-quotes-within-single-quoted-strings
2017-08-03 15:30:51 +02:00
ibauer
436e57ec29 #11148: skip dumping information|performance_schema in mysql handler
- Replaced nested single quotes with escaped double quotes
2017-07-28 10:54:32 +02:00
intrigeri
f8e1664e01 dup handler: correctly handle Dropbox access token (Closes: #11260).
Thanks to Daniel Lo Nigro for the patch.
2017-07-25 09:55:13 +00:00
ibauer
7d7d853123 #11148: skip dumping information|performance_schema in mysql handler
- Removed escaping as it is not needed and wrong
2017-07-21 16:47:20 +02:00
ibauer
44a7ee8912 #11148: skip dumping information|performance_schema in mysql handler 2017-07-21 16:12:39 +02:00
intrigeri
d297d0ffc4 Import release documentation.
refs: #11262
2017-02-17 08:54:51 +00:00
intrigeri
bf4be12245 README.md: document the mailing list.
refs: #11262
2017-02-17 08:50:57 +00:00
intrigeri
f1523f9afa Merge the two FAQs. 2017-02-17 08:49:06 +00:00
intrigeri
5319b341c2 Import FAQ and link to it from README.md.
refs: #11262
2017-02-17 08:47:01 +00:00
intrigeri
c98406b013 README.md: use headings style that is more readable in plain-text. 2017-02-17 08:40:56 +00:00
intrigeri
c607856d2a README.md: reorganize. 2017-02-17 08:40:11 +00:00
intrigeri
dcbf586a03 README.md: point to the examples configuration files.
refs: #11262
2017-02-17 08:33:28 +00:00
intrigeri
c2d560ceed INSTALL.md: recommend using packages on Debian and derivatives.
refs: #11262
2017-02-17 08:29:29 +00:00
intrigeri
534a40280a README.md: point to the installation doc. 2017-02-17 08:28:43 +00:00
intrigeri
72711b1b26 INSTALL.md: format as proper Markdown. 2017-02-17 08:28:31 +00:00
intrigeri
d446dfc7bd Rename INSTALL to INSTALL.md, so that GitLab renders it more nicely.
refs: #11262
2017-02-17 08:25:39 +00:00
intrigeri
655f323afd README.md: style bullet lists consistently. 2017-02-17 08:22:03 +00:00
intrigeri
d6d9345022 README.md: reformat to proper Markdown. 2017-02-17 08:19:06 +00:00
intrigeri
5eb8ccb5d6 README.md: delete trailing whitespace. 2017-02-17 08:07:24 +00:00
intrigeri
f87b98e8f6 Rename README to README.md, so that GitLab displays it more nicely. 2017-02-17 08:06:23 +00:00
intrigeri
b0b492d2a4 Update project URL. 2016-07-12 19:31:46 +00:00
Micah Anderson
41c3544ed5 dsync: the dsync handler incorrectly would test for >3 failures before
emitting the failure message, it should do so at =>3
2015-03-30 12:23:50 -04:00
intrigeri
48b7b6adb7 Close one more forgotten Debian bug report in ChangeLog. 2015-02-07 10:06:48 +00:00
intrigeri
3146245dc4 Update ChangeLog and AUTHORS. 2014-11-07 17:40:25 +00:00
Silvio Rhatto
3094b04da5 Rsync: check test mode should set proper dest path (#8196) 2014-11-07 15:16:30 -02:00
Silvio Rhatto
89860aa3f6 Rsync: check test mode also in prepare_storage (#8196) 2014-11-07 14:36:25 -02:00
Silvio Rhatto
c649339ba4 Rsync: support for backupninja's test option (#8196) 2014-11-05 11:18:11 -02:00
intrigeri
8b6b607d60 Update AUTHORS and ChangeLog. 2014-06-14 13:52:18 +00:00
Mark Janssen -- Sig-I/O Automatisering
21bcb7e6bd Ignore files ending in ~ 2014-06-14 13:47:05 +00:00
intrigeri
4377caaf08 Update ChangeLog. 2014-05-03 14:09:49 +00:00
intrigeri
9b37f756f5 Exclude tmpfs filesystems from df output in the sys handler (Closes: Debian#745818). 2014-05-03 14:08:04 +00:00
intrigeri
e91b1080f4 Update ChangeLog and AUTHORS. 2014-05-03 14:02:56 +00:00
intrigeri
8db80421aa Fix indentation in sys handler.
Thanks to Jools Wills <jools@oxfordinspire.co.uk> for the patch.
2014-05-03 13:45:51 +00:00
intrigeri
14eed7f751 Remove spurious quotes that broke the sys helper (Closes: Redmine#6803).
Thanks to Jools Wills <jools@oxfordinspire.co.uk> for the patch.
2014-05-03 13:38:45 +00:00
intrigeri
1e6b16d129 Merge remote-tracking branch 'sarava/bug/4380' 2014-05-03 13:29:31 +00:00
intrigeri
179eb70b8c Merge remote-tracking branch 'sarava/bug/3003'
Conflicts:
	handlers/rsync.in
2014-05-03 13:24:08 +00:00
intrigeri
9e1d98a253 Merge remote-tracking branch 'sarava/bug/3929' 2014-05-03 13:20:21 +00:00
Christian Prause
8ed2f8de3f Added suse to the list of supported OS 2014-05-03 13:12:10 +00:00
Silvio Rhatto
03292147f6 Rsync example: show 'user' parameter as a required option (#4380) 2014-04-17 19:13:07 -03:00
intrigeri
c6418f2f6e Update ChangeLog. 2014-03-01 11:56:57 +00:00
intrigeri
ed864a64e3 Run duplicity in a C locales environment (Closes: #736280).
This workarounds a bug in duplicity. Quoting the reporter (thanks, Jonathan
Dupart <jonathan@dupart.org>, for the detailed report and initial patch):

The duplicity backend is broken when the gpg ecryption is set up and the
system default locale is not english (or C).

The bug reports on duplicity are here :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565398
https://bugs.launchpad.net/duplicity/+bug/510625
2014-03-01 11:56:11 +00:00
intrigeri
022077590e Update ChangeLog and AUTHORS. 2014-02-22 15:01:19 +00:00
Dominik George
c5738b11d9 Added SIGN_PASSPHRASE support for dup handler. 2014-02-22 14:56:58 +00:00
intrigeri
8eeb111ebf Update ChangeLog. 2014-02-22 14:23:51 +00:00
intrigeri
1017ec315f dup: Fix buggy version comparison. (Redmine#6746) 2014-02-22 14:23:22 +00:00
intrigeri
0e6df840b6 Add shell functions to compare version numbers. 2014-02-22 14:23:22 +00:00
intrigeri
9ef0217bbc Update ChangeLog and AUTHORS. 2014-02-22 13:48:44 +00:00
intrigeri
1a762885e2 Make logic consistent with what we're using elsewhere.
Without this change, e.g. 0.5.20 would not get --extra-clean, while it should.
Granted, the new test is buggy too, e.g. 0.7.1 will get --extra-clean,
while it should not. Will report that to Redmine.
2014-02-22 13:41:43 +00:00
Alexander Mette
e27654df5c Fix #6357 - Don't remove useful signature files
duplicity >=0.6.20 now correctly removes useless signature files and
therefore the cache directory doesn't grow infinitely any more. Using
--extra-clean removes all signatures except from the last chain and so
renders older chains unusable, don't use it by default any more.
See: https://bugs.launchpad.net/duplicity/+bug/519948
2014-02-22 13:39:27 +00:00