module Techinform
Constants
- BACKUPS_ALL_PREFIX
- BACKUPS_LOCAL_PREFIX
- BACKUPS_PREFIX
- VERSION
Public Class Methods
backups_syncing_location(server, type)
click to toggle source
# File lib/techinform/defaults.rb, line 6 def self.backups_syncing_location(server, type) "#{BACKUPS_PREFIX}/#{server}/#{type}" end