You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that resticprofile does some path resolution for paths in the config file, but not for paths in an exclude file. It might be nice to resolve paths in the exclude file too, before it is passed to restic.
For example, source = ["~/Documents"] will resolve correctly in Windows, and exclude = ["~/Documents/something-to-exclude"] will too, but e.g. excluding ~/Documents/something-to-exclude in an exclude file will not resolve correctly.
The text was updated successfully, but these errors were encountered:
Hi, I noticed that resticprofile does some path resolution for paths in the config file, but not for paths in an exclude file. It might be nice to resolve paths in the exclude file too, before it is passed to restic.
For example,
source = ["~/Documents"]
will resolve correctly in Windows, andexclude = ["~/Documents/something-to-exclude"]
will too, but e.g. excluding~/Documents/something-to-exclude
in an exclude file will not resolve correctly.The text was updated successfully, but these errors were encountered: