siba 0.4.3 → 0.4.4

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.
Files changed (4) hide show
  1. data/README.md +5 -4
  2. data/lib/siba/version.rb +1 -1
  3. data/siba.gemspec +2 -4
  4. metadata +11 -11
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Overview
2
2
 
3
+
3
4
  SIBA is a simple backup and restore utility. It implements daily backup rotation scheme. It is most suitable in sutuations when you need to have a history of backups and not just the last one. If run daily, SIBA retains full year history of backups by keeping only 23 files: 6 daily, 5 weekly and 12 monthly full backups.
4
5
 
5
6
  ## Main features
@@ -28,15 +29,15 @@ SIBA is a simple backup and restore utility. It implements daily backup rotation
28
29
 
29
30
  3. Restore
30
31
 
31
- $ siba restore mybak
32
+ $ siba restore mybak
32
33
 
33
34
  4. Show available plugins
34
35
 
35
- $ siba list
36
+ $ siba list
36
37
 
37
38
  5. Create a gem project for a new destination plugin (or for a source, archive, encryption plugin).
38
39
 
39
- $ siba scaffold destination my-cloud
40
+ $ siba scaffold destination my-cloud
40
41
 
41
42
  6. Show other commands and options
42
43
 
@@ -44,4 +45,4 @@ SIBA is a simple backup and restore utility. It implements daily backup rotation
44
45
 
45
46
  ## Scheduling backups
46
47
 
47
- It is recommended to run `siba backup` command daily or hourly. Use your favourite scheduler: Cron, Scheduled Tasks, iCal etc.
48
+ It is recommended to run `siba backup` command daily or hourly. Use your favourite scheduler to automate the process: Cron, Scheduled Tasks, iCal etc.
data/lib/siba/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Siba
4
- VERSION = "0.4.3"
4
+ VERSION = "0.4.4"
5
5
  end
data/siba.gemspec CHANGED
@@ -7,11 +7,9 @@ Gem::Specification.new do |s|
7
7
  s.version = Siba::VERSION
8
8
  s.authors = ["Evgeny Neumerzhitskiy"]
9
9
  s.email = ["sausageskin@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/evgenyneu/siba"
11
11
  s.summary = %q{Simple backup and restore utility.}
12
- s.description = %q{This is a backup and restore utility. SIBA implements backup rotation scheme. It retains a one year history of backups by keeping up to 23 files: 6 daily, 5 weekly and 12 monthly backups. Backups are compressed and encrypted. Various backup sources and destinations can be added through extension gems.}
13
-
14
- s.rubyforge_project = "siba"
12
+ s.description = %q{SIBA is a backup and restore utility. It implements backup rotation scheme. It retains full year history of backups by keeping only 23 files: 6 daily, 5 weekly and 12 monthly backups. Backups are compressed and encrypted. Various backup sources and destinations can be added through extension gems.}
15
13
 
16
14
  s.files = `git ls-files`.split("\n")
17
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: siba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
16
- requirement: &70797610 !ruby/object:Gem::Requirement
16
+ requirement: &85332600 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '2.10'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70797610
24
+ version_requirements: *85332600
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &70797180 !ruby/object:Gem::Requirement
27
+ requirement: &85332150 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0.9'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70797180
35
+ version_requirements: *85332150
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: guard-minitest
38
- requirement: &70796680 !ruby/object:Gem::Requirement
38
+ requirement: &85331650 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,9 +43,9 @@ dependencies:
43
43
  version: '0.4'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70796680
47
- description: ! 'This is a backup and restore utility. SIBA implements backup rotation
48
- scheme. It retains a one year history of backups by keeping up to 23 files: 6 daily,
46
+ version_requirements: *85331650
47
+ description: ! 'SIBA is a backup and restore utility. It implements backup rotation
48
+ scheme. It retains full year history of backups by keeping only 23 files: 6 daily,
49
49
  5 weekly and 12 monthly backups. Backups are compressed and encrypted. Various backup
50
50
  sources and destinations can be added through extension gems.'
51
51
  email:
@@ -213,7 +213,7 @@ files:
213
213
  - test/unit/yml/options_loader/valid.yml
214
214
  - test/unit/yml/siba_options_backup.yml
215
215
  - test/unit/yml/valid.yml
216
- homepage: ''
216
+ homepage: https://github.com/evgenyneu/siba
217
217
  licenses: []
218
218
  post_install_message:
219
219
  rdoc_options: []
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
232
232
  - !ruby/object:Gem::Version
233
233
  version: '1.8'
234
234
  requirements: []
235
- rubyforge_project: siba
235
+ rubyforge_project:
236
236
  rubygems_version: 1.8.11
237
237
  signing_key:
238
238
  specification_version: 3