Sha256: b6632347c0ae2e30515f9db0910044cb0331010a6174bd813bfe997098d795a7
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 Bytes
Contents
sync_with RSync 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.folders do |folder| folder.add "/var/apps/my_app/public/uploads" folder.add "/var/apps/my_app/logs" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.3 | lib/templates/syncer/rsync |