-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include patterns during backup extraction #1078
Comments
Looks like it's missing a leading |
I do not understand. For example in
Where could such a "/" be missing? In my real filesystem or in the archive? |
Every absolute paths start with a '/' |
Thank you. I understand now which "/" you mean. But my archive was big. Here is another example of my Vorta.Log:
Question: It looks like for example according to the line:
...here is no "/" missing. But why should in this archive be a "/" missing before the lines with the warning, but not be a "/" missing before the other lines? |
Can you post a screenshot of your source folder tab please.
The '/' doesnt depend on us. Its how your filesystem of your Operating System (Linux or Mac) is built. |
I cant help you more. Be sure that your folders are backup. |
I use this on macOS and works from what I see. Is this still an issue? If yes, have you tried testing your excludes with Borg directly and compare? Actually I'm planning to redo this tab at some point and add excludes in a more structured way. Free text field isn't great and can cause errors. See #907 to weigh in, add more ideas or even add a PR. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Borg saves all paths as relative paths. So The OP's issue happens during extraction. The way extraction works in Vorta is that you get a tree of all paths and can check them one-by-one. This isn't perfect, since we can't account for nesting very well. If there is an issue with this extraction feature, we would want to see the logs from Misc > Log which would have the actual Borg command which is run. |
OK. Here is the log-file: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The warnings you are getting are not an error, neither an issue. Actually, everything should be working fine and all files you wanted to extract should have been extracted. The warning is issued by When starting the extraction, vorta called borg with the archive to extract:
and paths to the files to extract:
Here you can see that borg is told to extract the |
Thank you @real-yfprojects |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
During restoring my Backup I got some warnings:
Does this just mean, that this folders were empty and so there were no files from this folders to restore?
Thank you.
The text was updated successfully, but these errors were encountered: