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
Oh, guess I forgot to remove that option from borg.
All the storage stuff is now done by borgstore and that does not offer that (yet?).
It's also somehow questionable whether that should be offered. Creating random directories via a typo is quite easy with that and sometimes one does not have permissions to create the dirs.
I would hate to see this feature removed. I guess it is possible that a user could mis-type the path and end up with undesired directories, but that is equally true with the alternatives as well. I also don't understand about the concern over the permissions. If they don't have the permissions they will not be able to create the repository with or without the --make-parent-dirs. However there are cloud file servers that people use to hold their repositories, and those services provide very limited or no shell access. There may be no other way to create the directory to hold the repository than by having borg do it with --make-parent-dirs. I'm thinking of rsync and borgbase.
In borg 2.0.0b14 the following command terminates with an error:
The error is reported as: posixfs storage base path's parent directory does not exist: /home/ken/aaa/bbb/ccc
With the --make-parent-dirs option I would expect Borg to create the needed directories.
The text was updated successfully, but these errors were encountered: