vorta
vorta copied to clipboard
feature request : check permissions
This is a feature request to add an option to vorta to also report permission issues when calculating directory sizes
How would this look in detail? Like a status message with the path when there is an error? Are we logging errors currently? Would logging only be enough?
the feature is a matter of backup reliability hence both i'd say
keeping track of messages while calculating sizes is a sensible and effective practice, temporarily storing these in a log to generate user facing messages from makes sense to me as it does inform the user beforehond and not after when the backup is already running
I don't think logging is enough for the following reason: Vorta is used by less technical users who do not read logs, and because they don't read logs, they won't learn that files/paths are missing from their backups until it's potentially too late. As far as I know MacOS and Windows now also cache file system operations in RAM, so the time lost doing an os.walk
of the configured backup sources for a permission check will be made up during the backup.