Method: Backup::Storage::SCP#remote_path
- Defined in:
- lib/backup/storage/scp.rb
#remote_path ⇒ Object
This is the remote path to where the backup files will be stored
44 45 46 |
# File 'lib/backup/storage/scp.rb', line 44 def remote_path File.join(path, TRIGGER) end |