Class: Backup::Configuration::Syncer::RSync::Push
- Defined in:
- lib/backup/configuration/syncer/rsync/push.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.compress ⇒ Object
Flag for compressing (only compresses for the transfer).
-
.ip ⇒ Object
Server IP Address and SSH port.
-
.password ⇒ Object
Server credentials.
-
.port ⇒ Object
The SSH port to connect to.
-
.username ⇒ Object
Server credentials.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.compress ⇒ Object
Flag for compressing (only compresses for the transfer)
24 25 26 |
# File 'lib/backup/configuration/syncer/rsync/push.rb', line 24 def compress @compress end |
.ip ⇒ Object
Server IP Address and SSH port
16 17 18 |
# File 'lib/backup/configuration/syncer/rsync/push.rb', line 16 def ip @ip end |
.password ⇒ Object
Server credentials
12 13 14 |
# File 'lib/backup/configuration/syncer/rsync/push.rb', line 12 def password @password end |
.port ⇒ Object
The SSH port to connect to
20 21 22 |
# File 'lib/backup/configuration/syncer/rsync/push.rb', line 20 def port @port end |
.username ⇒ Object
Server credentials
12 13 14 |
# File 'lib/backup/configuration/syncer/rsync/push.rb', line 12 def username @username end |