Skip to content

Repo sync with Internxt's WebDAV and its file's comparision criteria #8663

Discussion options

You must be logged in to vote

Just the filename and file size is a bit poor for a "sync" process, usually there is at least a timestamp or a checksum that's also considered.

For the borg segment files it would work, maybe also the repo index and hints file.

The repo config might be a problem though, e.g. if you change the repokey passphrase or append-only between 0 and 1, the config size might not change although the config is different.

The config file is NOT modified btw, borg rather writes a new config file to a temp filename and then atomically moves the temp file over the existing config. But if the sync process only checks filename and size, that does not help...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JanickGers85
Comment options

@ThomasWaldmann
Comment options

Answer selected by JanickGers85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants