Replies: 1 comment 4 replies
-
Vorta only has its database. Borg has some cache files to keep a local index. They are a few GB for very large repos max. There is no copy of your files or any "temp files". Maybe your repo is local and you're putting your files there? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I understand it, Vorta (borg) creates a copy of backed up files in another location defined by where borg is located so deduplication can be accomplished. This causes a major issue. The amount of free disk space on the partition with borg must be equal or larger than the size of the files being backed up after compression. If I have this wrong, then please let me know.
Because my partition was running out of space, Vorta would error out, then fail, leaving temporary files behind. When I tried to clean them up I found it difficult to do. It seemed that Vorta cleaned up the files itself. But another time it did not leaving about 10Gb of space unavailable. I am unable to find where the files are located so they could be manually deleted. Removing Vorta did not solve this. This brings me to my question:
Where are borg temp files located?
Next question, why are 2 copies of all files necessary? Couldn't this be accomplished with a hash? Rather than store 2 copies of the files backed up for deduplication, would it be possible to have borg calculate a hash of each backed up file and then when a backup is executed again, compare the previously calculated hash against the file to determine if the file has changed. If it has proceed with an incremental backup and update the hash, otherwise ignore it and move on. Would this work?
Manjaro KDE Plasma 5.24.5
Kernal 5.13.19-2-MANJAO
Vorta v0.8.6 Flatpak
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions