bup 0.7.0 → 0.8.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/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/bup.gemspec +1 -1
- data/exe/bup +4 -5
- data/lib/bup/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a7a2fb5ead32bfe3ae066fee80d07a7b66f2b030c83f98056c68eec57d6a4e4
|
|
4
|
+
data.tar.gz: 7767ad2f05f665088b94a39e32c49fa8179e3938048cc2769eeea5d75a0b090d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f0eaae23f91590737f005ffc818b3be6059c95361c9a044f556fe11eedf42f3ecb586ae1e932d43a937e2756e9436742d7c3c1d3903108726ffb321d9d823a3
|
|
7
|
+
data.tar.gz: 66286daf7c562e84889a9d31c3c776a50433fa1eabadab5e176bf42a29ce56140ca367bbb2951c4eff84ef4c834cdf389f6545a7b9aaea8aa5676de9c0c3095c
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/bup.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.description = "Backup tool driver that connects tar, gnupg, and other tools to accomplish backups."
|
|
13
13
|
spec.homepage = "https://rubygems.org/gems/bup"
|
|
14
14
|
spec.license = "MIT"
|
|
15
|
-
spec.required_ruby_version = ">=
|
|
15
|
+
spec.required_ruby_version = ">= 2.7.0"
|
|
16
16
|
|
|
17
17
|
# spec.metadata["allowed_push_host"] = "TODO: Set to 'https://mygemserver.com'"
|
|
18
18
|
|
data/exe/bup
CHANGED
|
@@ -19,11 +19,11 @@ OptParse.new do |opt|
|
|
|
19
19
|
profile = p
|
|
20
20
|
end
|
|
21
21
|
|
|
22
|
-
opt.on("-i", "--incremental", String, "Set the type of backup to incremental.") do
|
|
22
|
+
opt.on("-i", "--incremental", String, "Set the type of backup to incremental.") do
|
|
23
23
|
config.runtime["type"] = "incremental"
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
opt.on("-f", "--full", String, "Set the type of backup to full.") do
|
|
26
|
+
opt.on("-f", "--full", String, "Set the type of backup to full.") do
|
|
27
27
|
config.runtime["type"] = "full"
|
|
28
28
|
end
|
|
29
29
|
|
|
@@ -40,11 +40,10 @@ elsif config.config["default_profile"]
|
|
|
40
40
|
config.runtime["profile"] = config.config["default_profile"]
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
-
|
|
44
43
|
case config.runtime["action"]
|
|
45
44
|
when "list"
|
|
46
|
-
config.config["profiles"].each do |key,
|
|
47
|
-
puts "#{key} - #{
|
|
45
|
+
config.config["profiles"].each do |key, prof|
|
|
46
|
+
puts "#{key} - #{prof["description"] || ""}"
|
|
48
47
|
end
|
|
49
48
|
else
|
|
50
49
|
tar = Bup::Tar.new(config)
|
data/lib/bup/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Baskinger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Backup tool driver that connects tar, gnupg, and other tools to accomplish
|
|
14
14
|
backups.
|
|
@@ -51,14 +51,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
51
51
|
requirements:
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: 2.7.0
|
|
55
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
59
|
version: '0'
|
|
60
60
|
requirements: []
|
|
61
|
-
rubygems_version: 3.
|
|
61
|
+
rubygems_version: 3.3.7
|
|
62
62
|
signing_key:
|
|
63
63
|
specification_version: 4
|
|
64
64
|
summary: Backup tool driver.
|