Commit Graph

850 Commits

Author SHA1 Message Date
Ben
2e6d94d89a [borg] added borg handler and example straight from @maethor gists 2018-01-26 09:43:58 -05:00
intrigeri
e0b4375400 Quote command output strings passed to logging functions.
Thanks to @Gackiewicz for the report!

Closes #11278
2018-01-10 10:44:33 +00:00
intrigeri
62218c4cf1 Update AUTHORS. 2018-01-10 10:14:56 +00:00
intrigeri
b15e5f6b80 Merge branch 'master' into 'master'
#11273: Exclude partitions from device list

Closes #11273

See merge request riseuplabs/backupninja!7
2018-01-10 02:13:33 -08:00
intrigeri
757aa87364 Merge branch 'master' into 'master'
Symmetric encryption in dup handler is broken (#11274)

See merge request riseuplabs/backupninja!8
2018-01-10 01:59:34 -08:00
intrigeri
72a87758f3 Remove spurious whitespace.
Fixup on commit 57190c20f3.
2018-01-10 09:55:08 +00:00
Micah Anderson
f3aa50f350
Fixup commit, previous did not include merge 2017-11-15 13:14:41 -05:00
Micah Anderson
57190c20f3
Merge remote-tracking branch 'ulrich/Bug640'
(fixed formatting)
2017-11-15 13:13:52 -05:00
Matthijs Wensveen
af2b8d0b62 Symmetric encryption in dup handler is broken (#11274) 2017-10-12 11:20:31 +02:00
Romain Dessort
dff9ac99c5 Close #11273. Exclude partitions from device list
Use lsblk instead of sfdisk to get a list of block devices on the host.
2017-09-28 13:58:53 -04:00
intrigeri
8f29e112aa Automate and document more of the release process. 2017-09-05 14:47:08 +00:00
intrigeri
03ecc73a81 Update ChangeLog.
Git-Dch: Ignore
2017-09-05 14:46:30 +00:00
intrigeri
309fc20453 Fix typos (spotted by Lintian) in README.md and manpages. 2017-09-05 14:45:16 +00:00
intrigeri
1111e091a9 ChangeLog: inaugurate the 1.0.3 cycle. 2017-09-05 14:44:59 +00:00
intrigeri
02d710517f Releasing backupninja 1.0.2 2017-09-05 11:21:46 +00:00
intrigeri
14792f1d4a Pass the "foreign" option to AM_INIT_AUTOMAKE: we don't ship README anymore. 2017-09-05 11:20:41 +00:00
intrigeri
4b0f212d6c Release process: refresh & automate a bit more. 2017-08-19 22:48:26 +00:00
intrigeri
9de87f4224 Update URLs: backupninja/backupninja → riseuplabs/backupninja. 2017-08-19 22:23:00 +00:00
intrigeri
0356db5dcc Documentation: bandwidthlimit for the dup handler needs to be given in KB/s, and not (as wrongly advertised previously) in Kbit/s.
Closes: #7603
2017-08-12 22:10:29 +00:00
intrigeri
943b4383d4 Update ChangeLog. 2017-08-12 18:26:22 +00:00
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
ulrich
4204df676c Added validation check for when 2016-02-19 12:46:59 +01: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