Source directories option does not support paths containing spaces #24

Closed
opened 2018-01-05 05:34:00 +00:00 by import_bot · 1 comment
Collaborator

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.

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.
import_bot added the
bug
label 2018-01-05 05:34:01 +00:00
Author
Collaborator

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.

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.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#24
No description provided.