ll-innobackup 0.0.1 → 0.0.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.
- data/lib/ll-innobackup.rb +2 -2
- metadata +2 -2
data/lib/ll-innobackup.rb
CHANGED
@@ -272,8 +272,8 @@ class InnoBackup
|
|
272
272
|
end
|
273
273
|
|
274
274
|
def aws_backup_file
|
275
|
-
return "#{hostname}/#{now.
|
276
|
-
"#{hostname}/#{Time.parse(state('full')['date']).
|
275
|
+
return "#{hostname}/#{now.iso8601}/percona_full_backup" if type == 'full'
|
276
|
+
"#{hostname}/#{Time.parse(state('full')['date']).iso8601}/percona_incremental_#{now.iso8601}"
|
277
277
|
rescue NoMethodError
|
278
278
|
raise NoStateError, 'incremental state missing or corrupt'
|
279
279
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ll-innobackup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -36,7 +36,7 @@ extra_rdoc_files: []
|
|
36
36
|
files:
|
37
37
|
- lib/ll-innobackup.rb
|
38
38
|
- bin/ll-innobackup
|
39
|
-
homepage: http://rubygems.org/gems/
|
39
|
+
homepage: http://rubygems.org/gems/ll-innobackup
|
40
40
|
licenses:
|
41
41
|
- MIT
|
42
42
|
post_install_message:
|