pxcbackup 0.2.1 → 0.2.2
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/README.md +4 -9
- data/lib/pxcbackup/remote_repo.rb +1 -1
- data/lib/pxcbackup/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45717f2570fbe1f0d28b47608a7512425f2dbc28
|
|
4
|
+
data.tar.gz: 90b36f374671e3cf5ae6feb042b8b28a4e6f8d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 745349149036fcdee2db2e076c5e70706f5d686bf3807b1aba7c857c750538a9aeaa864c4592e71e0ad4c46c20ed6756872bbb33bc2992850b1810b9b3033869
|
|
7
|
+
data.tar.gz: 4f4278483fc77b3c7237f2f67b5d102cc3ff648a44c4f6e0690dccbe640835c17b8dafad23f2e2ea6b5b06efcdbfd90064c569529e0a94852a505bbc0cddd402
|
data/README.md
CHANGED
|
@@ -54,22 +54,17 @@ compact: false
|
|
|
54
54
|
compress: true
|
|
55
55
|
encrypt: AES256
|
|
56
56
|
encrypt_key: <secret-key>
|
|
57
|
+
retention: 100
|
|
57
58
|
desync_wait: 30
|
|
58
59
|
threads: 4
|
|
59
60
|
memory: 1G
|
|
60
|
-
retention:
|
|
61
|
-
- match: *
|
|
62
|
-
expire: 1w
|
|
63
|
-
- match: %k = 0
|
|
64
|
-
expire: 1m
|
|
65
|
-
- match: %u = 1
|
|
66
|
-
expire: 1y
|
|
67
|
-
- match: %e > 7
|
|
68
|
-
expire: 5y
|
|
69
61
|
```
|
|
70
62
|
|
|
71
63
|
## Wishlist
|
|
72
64
|
|
|
65
|
+
* More complex rotation schemes
|
|
66
|
+
* Separate rotation scheme for remote
|
|
67
|
+
* Better error handling for shell commands
|
|
73
68
|
* Code documentation (RDoc?)
|
|
74
69
|
* Tests (RSpec?)
|
|
75
70
|
* Different remote providers
|
data/lib/pxcbackup/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pxcbackup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robbert Klarenbeek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Backup tool for Percona XtraDB Cluster
|
|
14
14
|
email: robbertkl@renbeek.nl
|
|
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
55
55
|
version: '0'
|
|
56
56
|
requirements: []
|
|
57
57
|
rubyforge_project:
|
|
58
|
-
rubygems_version: 2.
|
|
58
|
+
rubygems_version: 2.5.2
|
|
59
59
|
signing_key:
|
|
60
60
|
specification_version: 4
|
|
61
61
|
summary: Backup tool for Percona XtraDB Cluster
|