andrew bezella
ae3f07b776
dup.helper: re-add a version of the do_dup_src function
2021-08-09 12:07:18 -07:00
Jerome Charaoui
0ec7752dd3
Cleanup tariling whitespace
2021-01-22 11:24:14 -05:00
Jerome Charaoui
f233b1ed90
fix sshoptions missing from dup helper config
2021-01-14 19:50:30 -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
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
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
Dominik George
c5738b11d9
Added SIGN_PASSPHRASE support for dup handler.
2014-02-22 14:56:58 +00:00
intrigeri
b3275eb7b1
Clarify that duplicity/paramiko doesn't support spaces between -o and IdentityFile anymore.
2013-07-23 12:01:02 +02:00
intrigeri
357a17b155
Use --ssh-options with dup >= 0.6.17.
...
... and warn about unsupported options.
2012-01-29 15:09:37 +01:00
intrigeri
f351306d82
dup: add support for RackSpace's CloudFiles.
...
Thanks to Yuval Kogman <nothingmuch@woobling.org> for the patch.
2011-10-22 21:46:50 +02:00
intrigeri
25ad989fb7
Make the .dup generated by ninjahelper more consistent with example.dup.
...
I.e. document tmpdir.
2011-09-24 19:10:35 +02:00
intrigeri
8f70c54e0a
Initialize dup_keepincroffulls as any other global variable.
2011-04-26 10:31:39 +02:00
Olivier Berger
b5b400aca6
Fix option name, and revert defaults to previous settings
2011-04-25 22:40:45 +02:00
Olivier Berger
ca14175210
Now that there's some removal of increments for old fulls, we can keep fulls for a longer time, for instance 1Y which becomes default
2011-04-25 22:40:44 +02:00
Olivier Berger
573e803a07
Proposed feature to address https://labs.riseup.net/code/issues/2492
2011-04-25 22:40:44 +02:00
Olivier Berger
a1c2229e1a
Proposed feature to address https://labs.riseup.net/code/issues/2492
2011-04-25 22:40:44 +02:00
intrigeri
2392094a24
Make units clearer (Closes Redmine bug #2737 ).
2011-02-16 08:22:10 +01:00
intrigeri
a036144de8
Documentation: recommend using 4096 bits RSA keys everywhere.
2011-01-27 19:02:28 +01:00
intrigeri
8098286aa1
dup helper: fix separate signing key usecase.
...
Thanks to Ian Beckwith for the patch.
2010-12-13 11:24:21 +01:00
intrigeri
46ace65573
Added /var/cache/backupninja/duplicity to default excludes.
...
... for rdiff.helper, dup.helper, example.dup and example.rdiff.
2010-05-10 22:18:49 +02:00
intrigeri
99434c8b07
Added ftp_password option.
...
This is the only way to securely transmit the FTP password from backupninja
to duplicity.
2010-05-06 20:05:20 +02:00
intrigeri
219a6eb958
Better example.dup documentation. Thanks, Alster!
2010-05-06 19:47:54 +02:00
intrigeri
e0981ba3f0
Rephrase, reformat and sync example dup configuration.
2010-05-06 18:53:51 +02:00
Olivier Berger
abf7a4bb65
Implement Debian #535996 to use --full-if-older-than
2010-05-02 17:45:02 +02:00
Micah Anderson
8886413321
add a few more 'formItem include' lines to the rdiff and dup handlers
...
to improve the ninjahelper interface as requested by alster in redmine
2010-01-19 12:01:18 +13:00
intrigeri
64c4d190a3
dup: support backups to Amazon S3 buckets
...
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch.
This fixes Redmine bug #658 .
2010-01-09 23:14:17 +01:00
intrigeri
d4c5f73ad7
dup.helper: do not propose to exclude /home/*/.gnupg twice anymore ( Closes : #563044 )
2009-12-31 17:05:47 +01: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
intrigeri
c18c24b4e2
dup: warn about bandwithlimit being unused when desturl is set
2008-06-24 14:11:22 +00:00
intrigeri
f0caa9cc1b
dup: support every duplicity-supported transport with new configuration option desturl ( Closes : #483712 , #346040 , Trac#2)
2008-06-24 13:32:34 +00:00
intrigeri
579ea902ba
fixed autotools build, broken since r466, inhandlers/Makefile.am
2007-10-12 17:06:09 +00:00