borgmatic/atticmatic
Robin Schneider 9f5c5c8e13 Use /\s+/ to split source_directories to handle 1+ spaces.
This bug is can be quite annoying because when you accidentally used
something like:

```ini
[location]
source_directories: backup_one  backup_two
;                              A (Additional space here)
```

It would call Attic/Borg with ('backup_one', '', 'backup_two') which in
turn backups your whole $PWD.
2016-01-31 11:42:07 +01:00
..
backends Use /\s+/ to split source_directories to handle 1+ spaces. 2016-01-31 11:42:07 +01:00
tests Use /\s+/ to split source_directories to handle 1+ spaces. 2016-01-31 11:42:07 +01:00
__init__.py Initial import. 2014-10-30 22:34:03 -07:00
command.py #9: New configuration option for the encryption passphrase. #10: Support for Borg's new archive compression feature. 2015-09-02 22:48:07 -07:00
config.py Better error message when configuration file is missing. 2015-09-06 15:55:14 -07:00
verbosity.py Flag for multiple levels of verbosity: some, and lots. 2015-07-17 21:58:50 -07:00