Replies: 1 comment 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. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(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 999999999
or like), so there are a few backups accumulated. Like, 5000+.Now, the effect is that backup works fine. Nothing else though: an simple
info
takes 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
prune
have 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 --stats
and hope for some relevant output now.)Beta Was this translation helpful? Give feedback.
All reactions