run under Windows #82
Labels
No Label
blocked
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: borgmatic-collective/borgmatic#82
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
I am running borgmatic under Windows successfully on one machine.
on the other machine I get:
As I am using -v 2 already:
how can I determine, what file cannot be accessed?
Regards,
Hendrik
Ubuntu under windows in fact:
https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6?activetab=pivot%3aoverviewtab
Sorry, I did not want to close this issue.
Based on your output, it appears that the
borg prune
command is failing with a permission error, an "on error" hook is skipped (because there isn't one), and then borgmatic exits. So a couple of ideas for debugging:borg prune /mnt/c/test --keep-within 3H --keep-hourly 24 --keep-daily 7 --keep-weekly 4 --keep-monthly 24 --keep-yearly 100 --prefix LaptopHen --remote-path borg --umask 77 --debug --stats --list
.. And then see if theborg
command alone gives a more useful error./mnt/c/test
.Hope that helps.
Hello,
thanks for your hints.
I will try that. I currently have no access to the machine, but I will try again in a week.
Regards,
Hendrik
Any luck with this?