duplicati 2.1.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/duplicati/clean.rb +1 -1
- data/lib/duplicati/version.rb +1 -1
- data/spec/duplicati/clean_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 757bc1a9ca2420eb1242e86af83fba908c3f737b
|
|
4
|
+
data.tar.gz: 2ff6600610707a0c1f61a1260f4fd9ba4b3c1c2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36e1ca5abad9d2aadc7b5bbe10315ce39196f8a8f525e9826050e9de71a4fad2a28577a2ebe87c4e897bf994b7d033304ef7978434ab77729368f5d014349615
|
|
7
|
+
data.tar.gz: 8b42c4fad1222b93409fd6013be0882edf3ab09fccaa8b80ffcc57c031d674dae973e3576f702579e25120b17659dcc4e3bc263e27194304116157d1a504783d
|
data/lib/duplicati/clean.rb
CHANGED
data/lib/duplicati/version.rb
CHANGED
|
@@ -17,7 +17,7 @@ describe Duplicati::Clean do
|
|
|
17
17
|
:duplicati_path => "/bin/duplicati-commandline",
|
|
18
18
|
:backup_store_path => "file:///foo/backup",
|
|
19
19
|
:log_path => "/zzz/output.log"
|
|
20
|
-
).command.should == %Q["/bin/duplicati-commandline" delete-all-but-n
|
|
20
|
+
).command.should == %Q["/bin/duplicati-commandline" delete-all-but-n 1 "file:///foo/backup"
|
|
21
21
|
--no-encryption
|
|
22
22
|
--force
|
|
23
23
|
1>>"/zzz/output.log"
|
|
@@ -30,7 +30,7 @@ describe Duplicati::Clean do
|
|
|
30
30
|
:backup_store_path => "file:///foo/backup",
|
|
31
31
|
:backup_encryption_key => "foobar",
|
|
32
32
|
:log_path => "/zzz/output.log"
|
|
33
|
-
).command.should == %Q["/bin/duplicati-commandline" delete-all-but-n
|
|
33
|
+
).command.should == %Q["/bin/duplicati-commandline" delete-all-but-n 1 "file:///foo/backup"
|
|
34
34
|
--passphrase="foobar"
|
|
35
35
|
--force
|
|
36
36
|
1>>"/zzz/output.log"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: duplicati
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jarmo Pertman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|