Replies: 2 comments 3 replies
The cache sync always outputs that (on debug level). But notice that it says that this was the case for 0 chunks, so it was never the case. |
3 replies
|
Closing this as outdated: it has seen no activity for a long time and predates the current borg releases. If this still affects you on a current version - borg 1.4.x (stable) or the borg 2.0.0 beta - please open a new discussion with up-to-date details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
(borg version 1.2.4)
There is a system which does fairly rapid backups (eg. hourly) and it is daily pruned, so it's all good.
Except, for a while now daily pruning was blocked by locking (I guess I should use
--lock-wait 999999999or like), so there are a few backups accumulated. Like, 5000+.Now, the effect is that backup works fine. Nothing else though: an simple
infotakes about a day (through ssh, if I fire it up locally it finishes in a flash, which is about 50 minutes). Basically anything which needs to collect info on all backups are useless.(Probably same as #2776 tries to solve since 2017.)
I noticed that borg says that
Cache sync: had to fetch 0 B (0 chunks) because no archive had a csize set for them (due to --no-cache-sync).I am fairly sure I have not used this option anywhere. It seems to be heavily underdocumented (like, does it even exist apart from
create, and if not, how to change this behaviour, or, how to make borg not to use it) and I cannot seem to have a way to--yes-cache-sync-please. Since I see that borg takes the time toI suspect that this option may be related to the lack of usability.
(Also at least one
prunehave finished with no visible pruning, I started a second one, locally, and it's going on for 3 hours now, no output yet apart fromI wonder if it prunes, I gave
--list --statsand hope for some relevant output now.)All reactions