Class: Backup::Configuration::Syncer::RSync::Base
- Defined in:
- lib/backup/configuration/syncer/rsync/base.rb
Class Attribute Summary collapse
-
.additional_options ⇒ Object
Additional options for the rsync cli.
-
.mirror ⇒ Object
Flag for mirroring the files/directories.
-
.path ⇒ Object
Path to store the synced files/directories to.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.additional_options ⇒ Object
Additional options for the rsync cli
20 21 22 |
# File 'lib/backup/configuration/syncer/rsync/base.rb', line 20 def @additional_options end |
.mirror ⇒ Object
Flag for mirroring the files/directories
16 17 18 |
# File 'lib/backup/configuration/syncer/rsync/base.rb', line 16 def mirror @mirror end |
.path ⇒ Object
Path to store the synced files/directories to
12 13 14 |
# File 'lib/backup/configuration/syncer/rsync/base.rb', line 12 def path @path end |