Method: Backup::Syncer::RSync::Push#rsync_password

Defined in:
lib/backup/syncer/rsync/push.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.



89
90
91
# File 'lib/backup/syncer/rsync/push.rb', line 89

def rsync_password
  @rsync_password
end