mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 22:22:27 +00:00
Merge pull request #1437 from robmv/patch-2
Add backup using stable filesystem names recommendation
This commit is contained in:
commit
33ee2b0897
1 changed files with 5 additions and 0 deletions
|
@ -368,6 +368,11 @@ will be slow because it would chunk all the files each time. If you set
|
|||
BORG_FILES_CACHE_TTL to at least 26 (or maybe even a small multiple of that),
|
||||
it would be much faster.
|
||||
|
||||
Another possible reason is that files don't always have the same path, for
|
||||
example if you mount a filesystem without stable mount points for each backup.
|
||||
If the directory where you mount a filesystem is different every time,
|
||||
|project_name| assume they are different files.
|
||||
|
||||
|
||||
Is there a way to limit bandwidth with |project_name|?
|
||||
------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue