landscape-turner 1.7.0 → 1.7.1
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/landscape-turner/backup.rb +1 -3
- data/lib/landscape-turner/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8df39acd339621982eab0aa9e2df3b9733bbbb1d
|
|
4
|
+
data.tar.gz: 7e8dfeef2daf0659e9164ebbe0551a6bb8f0e4d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4780db9b6d67aa70821b38cb22e1b625a09e5af2994f97a5e2b4f6cc5b68835c9ec6d318799a6c475a99c5e67260687db7eeedc59906f03d9826c4d0c08f73d6
|
|
7
|
+
data.tar.gz: beed824cea1c360d2ed070e37b813f2ceb754b3407e63fd674cc4e2f0f47f6392906cc616ed4c50b2966eaf71ab14e43f33ffb12b2fadb585b5758d0563a986d
|
|
@@ -36,12 +36,10 @@ class Backup
|
|
|
36
36
|
opt :landscape_dir, "Path to landscape directory", :type => String
|
|
37
37
|
opt :landscape_default, "Path to default landscape server directory", :type => String
|
|
38
38
|
banner <<-USAGE
|
|
39
|
-
To override specific paths, use
|
|
39
|
+
To override specific paths, use the optional arguments for the different paths listed above.
|
|
40
40
|
To disable specific paths for backup, use -d name1 -d name2
|
|
41
41
|
Overrides have higher priority than --landscape-prefix.
|
|
42
42
|
|
|
43
|
-
Names with default values:
|
|
44
|
-
#{paths.keys.map { |k| " #{k}: #{paths[k]}"} }
|
|
45
43
|
USAGE
|
|
46
44
|
end
|
|
47
45
|
|