Sha256: a75bed289ca7ddd5963ad32a8f8a2a0fb4cbde740e20a62bc348e9aee000743f
Contents?: true
Size: 436 Bytes
Versions: 15
Compression:
Stored size: 436 Bytes
Contents
## # RSync::Pull [Syncer] # sync_with RSync::Pull do |rsync| rsync.ip = "123.45.678.90" rsync.port = 22 rsync.username = "my_username" rsync.password = "my_password" rsync.path = "~/backups/" rsync.mirror = true rsync.compress = true rsync.directories do |directory| directory.add "/var/apps/my_app/public/uploads" directory.add "/var/apps/my_app/logs" end end
Version data entries
15 entries across 15 versions & 4 rubygems