mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
e28da8c390
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. |
||
---|---|---|
.. | ||
example.borg | ||
example.dup | ||
example.ldap | ||
example.maildir | ||
example.makecd | ||
example.mysql | ||
example.pgsql | ||
example.rdiff | ||
example.rsync | ||
example.sh | ||
example.svn | ||
example.sys | ||
example.trac | ||
Makefile.am |