dawez
175761c757
fixed typos in readme
2016-04-17 22:26:07 +02:00
dawez
9dc4960277
fixed typos in readme
2016-04-17 22:26:07 +02:00
Dan Helfman
c7e23fe9ed
Added tag 0.1.8 for changeset dbc96d3f83bd
2016-04-10 16:01:18 -07:00
Dan Helfman
7644a38574
Added tag 0.1.8 for changeset dbc96d3f83bd
2016-04-10 16:01:18 -07:00
Dan Helfman
9e45da75cb
Cutting a release.
2016-04-10 16:01:05 -07:00
Dan Helfman
2359135327
Cutting a release.
2016-04-10 16:01:05 -07:00
Dan Helfman
0ea5824427
Switching from the no-longer-maintained nose test runner to pytest.
2016-04-10 15:59:36 -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
5b66dc69a1
Refreshing flexmock version in test requirements.
2016-04-10 15:48:10 -07:00
Dan Helfman
448c2593ed
Refreshing flexmock version in test requirements.
2016-04-10 15:48:10 -07:00
Dan Helfman
8210172d7f
Fixing "check" backend tests to support new use of stderr=STDOUT.
2016-04-10 15:46:43 -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
82e8dae948
At verbosity zero, suppressing Borg check spew to stderr about "Checking segments".
2016-04-10 15:29:42 -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
fa87aed263
Normalizing recent changes. No new content.
2016-04-10 15:27:21 -07:00
Dan Helfman
219408647c
Normalizing recent changes. No new content.
2016-04-10 15:27:21 -07:00
Dan Helfman
c3b4cb21ed
Fixed links to Borg documentation.
2016-04-10 10:23:32 -07:00
Dan Helfman
5bffa35741
Fixed links to Borg documentation.
2016-04-10 10:23:32 -07:00
Dan Helfman
030b321e39
Merge pull request #11 from jangondol/patch-1
...
Fix broken link to Borg quickstart
2016-04-10 10:21:23 -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
15bf273e6e
Fix broken link to Borg quickstart
2016-04-06 14:54:06 +02:00
Jan Gondol
37b6f043dd
Fix broken link to Borg quickstart
2016-04-06 14:54:06 +02:00
Dan Helfman
cf545ae93a
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
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
45a2b9cded
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
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
953d08ba63
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:10:05 +01:00
Robin Schneider
88da0c3039
Added support for file globs in source_directories.
...
source_directories_glob can be used to enable glob support (defaults to
disabled).
2016-02-13 21:07:07 +01: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
0012e0cdea
Support borg create --umask. (Merge PR from ypid.)
2016-02-13 10:59:43 -08:00
Dan Helfman
dd2be365b1
Support borg create --umask. (Merge PR from ypid.)
2016-02-13 10:59:43 -08:00
Dan Helfman
049f9c8853
Added support for --one-file-system for Borg.
2016-02-13 10:43:31 -08:00
Dan Helfman
d6585811d6
Added support for --one-file-system for Borg.
2016-02-13 10:43:31 -08:00
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
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
1ffff3255a
Merge pull request #6 from ypid/added-gitignore
...
Added .gitignore file.
2016-02-13 10:27:55 -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
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
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
Robin Schneider
4453f41967
Added .gitignore file.
2016-01-30 20:24:29 +01:00
Robin Schneider
e4cf193cd7
Added support for file globs in source_directories.
...
source_directories_glob can be used to enable glob support (defaults to
disabled).
2016-01-25 23:52:16 +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
Dan Helfman
e1605ae6ab
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
Robin Schneider
d6ea9b6658
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
147996b234
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
ac374f89d2
Merge.
2015-11-08 17:04:49 -08:00