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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d053ec3571b81fe98b3a9222400130b4fa807083
4
- data.tar.gz: 8b562a49a2fede1c6be2459d9384cfa6063bb666
3
+ metadata.gz: 757bc1a9ca2420eb1242e86af83fba908c3f737b
4
+ data.tar.gz: 2ff6600610707a0c1f61a1260f4fd9ba4b3c1c2a
5
5
  SHA512:
6
- metadata.gz: 437c1ed2c32681c167d1287eb8963d53c70147e08a512244a3a0ffa4093cd72ea6a6ad9aeb5b9730f0dd8ac76ae297de760f01c49da91a349de4f4ee61556df5
7
- data.tar.gz: 0a11d9f13c8bb1722e4cd4c248447010fbd65525955e849dc6bed69e0c2414d8a97369b4d3f849709101358324daee307d46ec93704834cc4bf1505bcddeb36e
6
+ metadata.gz: 36e1ca5abad9d2aadc7b5bbe10315ce39196f8a8f525e9826050e9de71a4fad2a28577a2ebe87c4e897bf994b7d033304ef7978434ab77729368f5d014349615
7
+ data.tar.gz: 8b42c4fad1222b93409fd6013be0882edf3ab09fccaa8b80ffcc57c031d674dae973e3576f702579e25120b17659dcc4e3bc263e27194304116157d1a504783d
@@ -1,7 +1,7 @@
1
1
  class Duplicati
2
2
  class Clean < Command
3
3
  def command
4
- %Q["#{@duplicati_path}" delete-all-but-n 2 "#{@backup_store_path}"
4
+ %Q["#{@duplicati_path}" delete-all-but-n 1 "#{@backup_store_path}"
5
5
  #{encryption_option}
6
6
  --force
7
7
  1>>"#{@log_path}"
@@ -1,3 +1,3 @@
1
1
  class Duplicati
2
- VERSION = "2.1.0"
2
+ VERSION = "3.0.0"
3
3
  end
@@ -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 2 "file:///foo/backup"
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 2 "file:///foo/backup"
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: 2.1.0
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-03 00:00:00.000000000 Z
11
+ date: 2014-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake