Method: Backup::Storage::RSync#rsync_password

Defined in:
lib/backup/storage/rsync.rb

#rsync_passwordObject

RSync Password

If specified, Backup will write the password to a temporary file and use it with rsync’s ‘–password-file` option for daemon authentication.

Note that setting this will override ‘rsync_password_file`.

Used only for ‘:ssh_daemon` and `:rsync_daemon` modes.



91
92
93
# File 'lib/backup/storage/rsync.rb', line 91

def rsync_password
  @rsync_password
end