Dan Helfman
31482ee559
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
1ffff3255a
Merge pull request #6 from ypid/added-gitignore
...
Added .gitignore file.
2016-02-13 10:27:55 -08:00
Robin Schneider
9e52be6ffd
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-02-07 23:30:54 +01:00
Robin Schneider
978096b402
Added .gitignore file.
2016-02-07 22:14:57 +01:00
Dan Helfman
cc6aa7af05
Merge pull request #3 from ypid/README-ini-hightlighting
...
Also allow the INI example to be highlighted on GitHub.
2016-01-24 20:52:01 -08:00
Robin Schneider
32858fb0b4
Also allow the INI example to be highlighted on GitHub.
2016-01-20 13:11:15 +01:00
Dan Helfman
e59845d4e1
Added tag github/master for changeset 28434dd0440c
2015-11-08 17:06:48 -08:00
Dan Helfman
9437e95849
Merge.
2015-11-08 17:04:49 -08:00
Dan Helfman
3a3851d2a5
Removed tag github/yaml_config_files
2015-11-08 17:04:14 -08:00
Dan Helfman
80318e6e30
Removed tag github/yaml_config_files
2015-11-08 17:03:40 -08:00
Dan Helfman
6756ca8311
Merge pull request #2 from ThomasWaldmann/patch-1
...
fixed typo in README
2015-10-20 18:33:16 -07:00
TW
fa7955b8cf
fixed typo in README
2015-10-20 23:08:43 +02:00
Dan Helfman
944c0212c3
Added tag 0.1.7 for changeset 5a458ebef804
2015-09-06 16:40:46 -07:00
Dan Helfman
2456fc67f1
Revving version.
2015-09-06 16:40:39 -07:00
Dan Helfman
8a58b72934
Better error message when configuration file is missing.
2015-09-06 15:55:14 -07:00
Dan Helfman
6dc0173b74
#11 : Fixed parsing of punctuation in configuration file.
2015-09-06 15:33:56 -07:00
Dan Helfman
5c58f85be1
Added tag 0.1.6 for changeset 4c63f3d90ec2
2015-09-02 22:48:14 -07:00
Dan Helfman
3a9e32a411
#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
Dan Helfman
30f6ec4f7d
Adding documentation note about logging into the issue tracker in order to create issues.
2015-09-02 18:45:15 -07:00
Dan Helfman
c67ab09e4d
Adding build to hgignore.
2015-08-09 11:04:57 -07:00
Dan Helfman
5299046b6b
Added tag 0.1.5 for changeset 0afff209b902
2015-08-09 10:59:40 -07:00
Dan Helfman
204e515bf7
Changes to support release on PyPI. Now pip installable by name!
2015-08-09 10:59:27 -07:00
Dan Helfman
1334da99e2
Added tag 0.1.4 for changeset e58246fc92bb
2015-07-30 08:13:32 -07:00
Dan Helfman
996ca19dac
Adding version test.
2015-07-30 08:13:27 -07:00
Dan Helfman
61969d17a2
Added tag 0.1.4 for changeset 6dda59c12de8
2015-07-30 08:12:36 -07:00
Dan Helfman
d041e23d35
Adding test that setup.py version matches release version.
2015-07-30 08:12:31 -07:00
Dan Helfman
e996e09657
Added tag 0.1.3 for changeset acc7fb61566f
2015-07-27 21:48:21 -07:00
Dan Helfman
9c06874073
#1 : Add support for "borg check --last N" to Borg backend.
2015-07-27 21:47:52 -07:00
Dan Helfman
f5e0e10143
#6 : Fixing example config file to use valid keep_within value.
2015-07-27 19:06:39 -07:00
Dan Helfman
952a691f60
Linking to both Attic and Borg check docs from sample config.
2015-07-26 22:02:43 -07:00
Dan Helfman
f94181480c
Removing some annoying Pelican metadata from docs.
2015-07-26 21:29:14 -07:00
Dan Helfman
c27b4a3497
Added tag 0.1.2 for changeset 83067f995dd3
2015-07-26 21:06:06 -07:00
Dan Helfman
58d33503a1
As a convenience to new users, allow a missing default excludes file.
2015-07-26 21:06:03 -07:00
Dan Helfman
38322a3f6f
Linking to both Attic and Borg prune docs from sample config.
2015-07-26 20:57:31 -07:00
Dan Helfman
52ab7cb881
New issue tracker, linked from documentation.
2015-07-21 21:29:40 -07:00
Dan Helfman
17ac63aae6
Added tag 0.1.1 for changeset 7b6c87dca7ea
2015-07-18 23:49:06 -07:00
Dan Helfman
1f1c8fdaba
Bumping version.
2015-07-18 23:48:58 -07:00
Dan Helfman
ce6196a5c6
Added tag 0.1.1 for changeset ac5dfa01e9d1
2015-07-18 18:44:14 -07:00
Dan Helfman
6b0aa13856
Adding borgmatic cron example.
2015-07-18 18:44:11 -07:00
Dan Helfman
d25db4cd0d
Added tag 0.1.0 for changeset 38d72677343f
2015-07-18 18:39:33 -07:00
Dan Helfman
7097ed67a6
New "borgmatic" command to support Borg backup software, a fork of Attic.
2015-07-18 18:35:29 -07:00
Dan Helfman
52d5240fa0
Added tag 0.0.7 for changeset cf4c7065f071
2015-07-17 21:58:58 -07:00
Dan Helfman
5bf3a4875c
Flag for multiple levels of verbosity: some, and lots.
2015-07-17 21:58:50 -07:00
Dan Helfman
d9125451f5
Improved mocking of Python builtins in unit tests.
2015-06-14 11:00:46 -07:00
Dan Helfman
c3613e0637
Adding some explanitory text about consistency checks to README example.
2015-05-10 22:06:48 -07:00
Dan Helfman
c8f1af635f
Added tag 0.0.6 for changeset 7ea93ca83f42
2015-05-10 22:00:34 -07:00
Dan Helfman
cfd61dc1d1
New configuration section for customizing which Attic consistency checks run, if any.
2015-05-10 22:00:31 -07:00
Dan Helfman
7750d2568c
Passing through command-line options from tox to nosetests.
2015-03-15 11:15:40 -07:00
Dan Helfman
4e4f8c2670
Added tag 0.0.5 for changeset a03495a8e8b4
2015-03-15 10:47:58 -07:00
Dan Helfman
cb402d6846
Re-fixing version.
2015-03-15 10:47:49 -07:00