dreamback 0.0.8 → 0.0.9
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/dreamback/backup.rb +2 -0
- data/lib/dreamback/initializer.rb +1 -1
- data/lib/dreamback/version.rb +1 -1
- metadata +2 -2
data/lib/dreamback/backup.rb
CHANGED
|
@@ -37,6 +37,8 @@ module Dreamback
|
|
|
37
37
|
backup_folders << [ entry.name, entry.name.split(".")[1].to_i ] if entry.name.include?("dreamback")
|
|
38
38
|
backup_folders.sort! {|a,b| b <=> a}
|
|
39
39
|
end
|
|
40
|
+
else
|
|
41
|
+
sftp.mkdir(BACKUP_FOLDER)
|
|
40
42
|
end
|
|
41
43
|
|
|
42
44
|
# Don't rotate if there aren't any previous folders
|
|
@@ -138,7 +138,7 @@ module Dreamback
|
|
|
138
138
|
# Ask the user for settings
|
|
139
139
|
def self.create_new_settings
|
|
140
140
|
settings = {}
|
|
141
|
-
say("#{bold("Server Where We Should Store Your Backup")}\nYour dreamhost backup-specific account will work best, but any POSIX server with rsync should work\n<%= color('Note:', BOLD)%> dreamhost does not allow you to store non-webhosted data except your BACKUP-SPECIFIC account")
|
|
141
|
+
say("#{bold("Server Where We Should Store Your Backup")}\nYour dreamhost backup-specific account will work best, but any POSIX server with rsync should work\n<%= color('Note:', BOLD)%> dreamhost does not allow you to store non-webhosted data anywhere except on your BACKUP-SPECIFIC account")
|
|
142
142
|
say("You can configure your Dreamhost backup user here: https://panel.dreamhost.com/index.cgi?tree=users.backup")
|
|
143
143
|
settings[:backup_server] = ask("Server name: ")
|
|
144
144
|
settings[:backup_server_user] = ask(bold("Username for the backup server: "))
|
data/lib/dreamback/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dreamback
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-11-
|
|
12
|
+
date: 2012-11-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|