Jerome Charaoui
e017810941
rdiff: add extra sanity check for keep parameter
2021-01-06 11:33:58 -05:00
Jerome Charaoui
db7daa3d59
rdiff: make version check more verbose in debug
2021-01-06 11:33:24 -05:00
Jerome Charaoui
f1d876be82
rdiff: fix typo
2021-01-06 11:33:05 -05:00
Jerome Charaoui
beff3adc1e
Remove remaining vserver bits
2021-01-03 12:07:56 -05:00
Jerome Charaoui
eabda5615c
Remove vserver support ( fixes #11289 )
...
This is probably completely unused by now, as vservers have been
superseeded by alternative technology for many years already.
2021-01-02 15:27:32 -05:00
Gabriel Filion
5c6c583181
Enable use of ionice for all handlers to alleviate IO load
...
On some workloads, a process creating backups should not become so
aggressive on resources that it prevents normal activity of a machine
from running. It is especially important when writing to disk.
One way to make backups have less impact on the main workload is to
force backups to a lower ionice level.
With the new ionicelevel configuration, it becomes possible for users to
activate the use of ionice and to define the level within the
best-effort class to better suit their needs.
2020-12-31 02:08:50 -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
1c6677ebdd
Add option to include rdiff-backup output in reports.
...
Thanks to David Gasaway <dave@gasaway.org> for the patch.
2013-06-08 08:59:03 +02:00
intrigeri
3ac357dd95
Report failure of rdiff-backup jobs as such.
2012-02-25 14:56:56 +01:00
intrigeri
6aca9c822b
All handlers: stop using "local VAR" outside functions. ( Closes : #530647 )
2011-04-25 18:55:58 +02:00
intrigeri
c0c02efafd
rdiff: support reading include/exclude patterns from files.
2010-09-12 23:26:08 +02:00
intrigeri
46eccf2fd0
rdiff: fix confusing error if rdiff-backup cannot be found on remote server.
...
Thanks to maniacmartin <martin@maniacmartin.com> for the patch on which this one
is based.
This closes Redmine bug #1209 .
2010-01-09 23:25:03 +01:00
intrigeri
4e0519e390
rdiff,dup: fix include/exclude paths with spaces ( Closes : #398435 )
...
This also fixes Redmine bug #1021 .
2010-01-09 00:44:43 +01:00
Micah Anderson
f549dc44f6
Fix missing $ in variable name, fixes : #1239
2009-09-23 16:07:58 -04:00
Matthijs Kooijman
78884142e7
Add a vim modeline with indentation settings.
...
The modelines added match the emacs lines already present and also set
the filetype to sh (just like the emacs lines).
2009-05-23 10:42:20 +02:00
Matthijs Kooijman
4ecaae9405
Make all indentation consistent.
...
Previously, there were many indentation styles in use: Real tabs, 2, 3
or 4 spaces, mixing these within the same file, function or even within
a single line.
This commit changes all bash scripts in the handlers, src and lib dirs
to use consistent indentation: three spaces are now used everywhere.
Other files (e.g. Makefiles) are left untouched.
Additionally, this commit removes all trailing whitespace.
2009-05-23 10:34:16 +02:00
Micah Anderson
18f6031a72
rdiff: incorporate sshoptions into options via remote-schema if not there
2007-12-12 02:54:09 +00:00
Micah Anderson
c0140aea97
fixed ignore_version default value
2007-12-05 20:41:54 +00:00
Micah Anderson
268494b0c8
allow for exclude only configurations to rdiff-backup handler: Closes Trac#21
2007-11-24 23:44:07 +00:00
Micah Anderson
02a7436b7c
added ignore_version option to rdiff handler to enable you override the version check
2007-11-02 00:12:04 +00:00
intrigeri
579ea902ba
fixed autotools build, broken since r466, inhandlers/Makefile.am
2007-10-12 17:06:09 +00:00