-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Path usage for backup/restore not consistent. #446
Copy link
Copy link
Closed
Labels
type: feature enhancementimproving existing featuresimproving existing features
Description
I promised to fd0 I would create an issue for this, although by now, I am not entirely sure of the problem anymore. What I was trying to do can be seen in #407.
The core of the issue here is that "backup" and "restore" behave slightly differently in handling paths. From the internals of the workings, this is totally understandable, for an operator it is not. Sitting in a working copy directory ("foo") and calling restic backup . will backup not all the contents of this directory, but this directory. Sitting in the same directory ("foo") and calling restic restore <ID> --target . will create a new sub-directory "foo".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: feature enhancementimproving existing featuresimproving existing features