Dan Helfman
0dfc935af6
Merge excludes into config file format.
2017-07-10 09:43:25 -07:00
Dan Helfman
2f7527a333
Completed test coverage of commands (except for main()s).
2017-07-09 17:03:45 -07:00
Dan Helfman
263891f414
Add a version to the schema, because inevitably I'll want to revise the schema.
2017-07-09 16:18:10 -07:00
Dan Helfman
644c2e6612
Adding TODO about a helpful notice about legacy config.
2017-07-09 11:49:51 -07:00
Dan Helfman
999feb81ca
Rename convert-borgmatic-config to upgrade-borgmatic-config.
2017-07-09 11:48:24 -07:00
Dan Helfman
f581f4b8d9
More test coverage, and simplification of config generation.
2017-07-09 11:41:55 -07:00
Dan Helfman
c7803a2814
Adding a "does not raise" test for displaying errors.
2017-07-09 10:27:34 -07:00
Dan Helfman
f4e5dc8382
Adding test coverage report. Making tests a little less brittle.
2017-07-08 23:01:41 -07:00
Dan Helfman
f19a40ef9c
Basic YAML generating / validating / converting to.
2017-07-08 22:33:51 -07:00
Dan Helfman
483bd50bdf
Tests for YAML config code.
2017-07-04 18:32:37 -07:00
Dan Helfman
5110e64e63
Integrating YAML config into borgmatic and updating README.
2017-07-04 18:23:59 -07:00
Dan Helfman
4d7556f68b
Basic YAML configuration file parsing.
2017-07-04 16:52:24 -07:00
Dan Helfman
9212f87735
Dropped Python 2 support. Now Python 3 only.
2017-07-02 17:18:33 -07:00
Dan Helfman
ebd34f1695
Changed example umask config to be more realistic.
2017-06-25 10:36:36 -07:00
Dan Helfman
a34dccbd27
Removing unnecessary curlies from bash command.
2016-07-04 09:35:51 -07:00
Dan Helfman
49c4f483fd
Sample files for triggering borgmatic from a systemd timer.
2016-07-04 09:19:34 -07:00
Dan Helfman
4447956da7
#18 : Fix for README mention of sample files not included in package. Also, added logo.
2016-07-03 22:07:53 -07:00
Dan Helfman
9a96a277e6
Added tag 1.0.3 for changeset 32c6341dda9f
2016-06-23 07:13:29 -07:00
Dan Helfman
a45d7bec81
#21 : Fix for verbosity flag not actually causing verbose output.
2016-06-23 07:13:25 -07:00
Dan Helfman
63c4bf3bf9
Added tag 1.0.2 for changeset 9603d13910b3
2016-06-13 12:02:37 -07:00
Dan Helfman
ed0127df91
#20 : Fix for traceback when remote_path option is missing.
2016-06-13 08:53:41 -07:00
Dan Helfman
17e9f21fb9
Restricting issues list to open issues.
2016-06-12 22:40:04 -07:00
Dan Helfman
16cc77fd9d
Rename issues URL.
2016-06-12 22:37:42 -07:00
Dan Helfman
5d9bb13410
Reverting to pre-rename issues link, because that link isn't yet renamed to borgmatic.
2016-06-10 17:11:28 -07:00
Dan Helfman
da513c1089
Added tag 1.0.1 for changeset de2d7721cdec
2016-06-10 13:34:23 -07:00
Dan Helfman
3579dbe813
#19 : Support for Borg's --remote-path option to use an alternate Borg executable.
2016-06-10 13:31:37 -07:00
Dan Helfman
8e3a2c7a85
Making a univeral wheel that supports both Python 2 and 3.
2016-06-10 12:34:49 -07:00
Dan Helfman
706a31f189
Added tag 1.0.0 for changeset 0e1fbee9358d
2016-06-10 12:15:48 -07:00
Dan Helfman
e5c772d8a5
Documenting how to upgrade from atticmatic to borgmatic.
2016-06-10 11:53:45 -07:00
Dan Helfman
40a215802f
Dropping support for Attic.
2016-06-10 11:21:53 -07:00
Dan Helfman
5d46acbe41
Merge pull request #12 from dawez/master
...
fixed typos in readme
2016-04-17 21:21:44 -07:00
dawez
9dc4960277
fixed typos in readme
2016-04-17 22:26:07 +02:00
Dan Helfman
7644a38574
Added tag 0.1.8 for changeset dbc96d3f83bd
2016-04-10 16:01:18 -07:00
Dan Helfman
2359135327
Cutting a release.
2016-04-10 16:01:05 -07:00
Dan Helfman
df9cc6a7d2
Switching from the no-longer-maintained nose test runner to pytest.
2016-04-10 15:59:36 -07:00
Dan Helfman
448c2593ed
Refreshing flexmock version in test requirements.
2016-04-10 15:48:10 -07:00
Dan Helfman
a364369f25
Fixing "check" backend tests to support new use of stderr=STDOUT.
2016-04-10 15:46:43 -07:00
Dan Helfman
e430b8c281
At verbosity zero, suppressing Borg check spew to stderr about "Checking segments".
2016-04-10 15:29:42 -07:00
Dan Helfman
219408647c
Normalizing recent changes. No new content.
2016-04-10 15:27:21 -07:00
Dan Helfman
5bffa35741
Fixed links to Borg documentation.
2016-04-10 10:23:32 -07:00
Dan Helfman
a938a2ad61
Merge pull request #11 from jangondol/patch-1
...
Fix broken link to Borg quickstart
2016-04-10 10:21:23 -07:00
Jan Gondol
37b6f043dd
Fix broken link to Borg quickstart
2016-04-06 14:54:06 +02:00
Dan Helfman
0c97dba5f1
Mocking out glob() in test so it doesn't hit the filesystem, and simplifying comprehension.
2016-02-13 16:41:17 -08:00
Dan Helfman
f149fa4b4b
Merge pull request #5 from ypid/support-file-globs
...
Added support for file globs in source_directories.
2016-02-13 16:32:05 -08:00
Robin Schneider
f669e31305
Made globing for source_directories the default.
...
Don’t remove non existing files/directories from the list and let
attic/borg handle this.
2016-02-13 21:05:34 +01:00
Dan Helfman
dd2be365b1
Support borg create --umask. (Merge PR from ypid.)
2016-02-13 10:59:43 -08:00
Dan Helfman
d6585811d6
Added support for --one-file-system for Borg.
2016-02-13 10:43:31 -08:00
Dan Helfman
14a277a64f
Merge pull request #8 from ypid/fixed-source-split-bug
...
Use /\s+/ to split source_directories to handle 1+ spaces.
2016-02-13 10:29:31 -08:00
Dan Helfman
9723dbdd4c
Merge pull request #6 from ypid/added-gitignore
...
Added .gitignore file.
2016-02-13 10:27:55 -08:00
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