backupninja/examples
LeLutin e28da8c390 borg: add configuration to displace the cache directory
borg will by default create its cache directory in ~/.cache/borg. This
means that during backup runs, borg will read and write quite
extensively from/to this directory.

In some situations, it is rather undesirable to have this amount of IO
activity in this location and it would make sense to tell borg to place
its cache elsewhere. This can help for example with placing the cache on
a hard drive where the added IO load will not have as big of an impact
on other running activity for the system.

This change also makes sure that the cache directory environment
variable is cleared out when the configuration option is unset. This
should avoid unpleasant surprises when this environment variable is set
to some unknown value in the context where backupninja is called, which
could lead to borg reading and writing to random places on the system.
2020-08-14 05:46:34 -07:00
..
example.borg borg: add configuration to displace the cache directory 2020-08-14 05:46:34 -07:00
example.dup Documentation: bandwidthlimit for the dup handler needs to be given in KB/s, and not (as wrongly advertised previously) in Kbit/s. 2017-08-12 22:10:29 +00:00
example.ldap Fix ssl and tls options description (Closes Roundup bug #2407) 2010-06-14 19:16:34 +02:00
example.maildir added sshoptions variable to the maildir handler for arbitrary options that you might need to pass 2009-07-09 19:00:41 -04:00
example.makecd Moving to autotools standard layout 2005-10-26 23:04:16 +00:00
example.mysql mysql: new sqldumpoptions config variable (Closes: #502966) 2008-12-09 11:40:03 +00:00
example.pgsql Enable pg_dump format option. 2010-10-12 10:49:34 +02:00
example.rdiff Add option to include rdiff-backup output in reports. 2013-06-08 08:59:03 +02:00
example.rsync Rsync example: show 'user' parameter as a required option (#4380) 2014-04-17 19:13:07 -03:00
example.sh Allow 'when = XXX' in sh jobs. 2011-08-17 12:15:37 +02:00
example.svn Updated svn handler for new hotcopy functionality 2005-11-05 11:41:46 +00:00
example.sys Delete trailing whitespace. 2013-09-23 10:19:26 +00:00
example.trac Moving to autotools standard layout 2005-10-26 23:04:16 +00:00
Makefile.am [borg] add example.borg to Makefile 2018-01-26 09:43:58 -05:00