Source directories option does not support paths containing spaces #24
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
borgmatic-collective/borgmatic#24
Loading…
Add table
Add a link
Reference in a new issue
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?
Because source_directories is space-separated, it does not support paths that themselves contain spaces. Options for fixing this include adding support for backslashing spaces, or perhaps quoting paths. Or even adopting a different means of separating multiple paths in a list.
Imported from Taiga issue 23 (won't fix). Created on 2016-07-10T00:29:17+0000 by Dan Helfman.
The next borgmatic release will switch config file formats to YAML. This means it'll no longer have to deal with space-separated values, and we can have actual lists in config.
Comment on 2017-07-23T04:36:08+0000 by Dan Helfman.