Skip to content

different magics, accept/convert attic repos #21

Closed
@ThomasWaldmann

Description

@ThomasWaldmann

Just wanted to write something about this change, that makes current borg code incompatible to attic repos (although currently the code likely would still work on them).

Magic strings of the repo files are BORG* now (not ATTIC*) and also the local cache path is .cache/borg/... now (not .cache/attic/...)

See there: 159315e

The reason for this is to avoid interference. At any time, there might be some little change in either attic or borg that makes them incompatible in one or both directions. If both would use the same magic and you would use borg to access attic repos or vice versa (maybe even accidentally), it could just blow up or even permanently damage the repo files. In the worst case, you could not access the repo with either tool any more.


💰 there is a bounty for this

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions