duplicati 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@ class Duplicati
15
15
  #{encryption_option}
16
16
  #{inclusion_filters}
17
17
  #{exclusion_filters}
18
+ --volsize=100mb
18
19
  --auto-cleanup
19
20
  --full-if-older-than=1M
20
21
  --usn-policy=on
@@ -1,3 +1,3 @@
1
1
  class Duplicati
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -34,6 +34,7 @@ describe Duplicati::Backup do
34
34
  --passphrase="secret"
35
35
  --include-regexp="include-me"
36
36
  --exclude-regexp="exclude-me"
37
+ --volsize=100mb
37
38
  --auto-cleanup
38
39
  --full-if-older-than=1M
39
40
  --usn-policy=on
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duplicati
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-31 00:00:00.000000000 Z
12
+ date: 2013-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake