Module: Techinform

Defined in:
lib/techinform.rb,
lib/techinform/backup.rb,
lib/techinform/version.rb,
lib/techinform/defaults.rb,
lib/techinform/projects.rb

Defined Under Namespace

Classes: BackupCommand, CLI, Projects

Constant Summary collapse

VERSION =
"1.1.4"
BACKUPS_PREFIX =
'/backups'
BACKUPS_LOCAL_PREFIX =
"#{BACKUPS_PREFIX}/local"

Class Method Summary collapse

Class Method Details

.backups_syncing_location(server, type) ⇒ Object



5
6
7
# File 'lib/techinform/defaults.rb', line 5

def self.backups_syncing_location(server, type)
  "#{BACKUPS_PREFIX}/#{server}/#{type}"
end