Author: poeml Date: Sat Feb 25 13:49:30 2012 New Revision: 8255 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8255&view=rev Log: tools/push2mirrors: add rsync-over-ssh example Modified: trunk/tools/push2mirrors Modified: trunk/tools/push2mirrors URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/push2mirrors?rev=8255&r1=8254&r2=8255&view=diff ============================================================================== --- trunk/tools/push2mirrors (original) +++ trunk/tools/push2mirrors Sat Feb 25 13:49:30 2012 _at_@ -99,7 +99,7 @@ pushes = [] pushes.append(Push('foo', 'rsync://mirror.foo.com/acme-upload/')) -pushes.append(Push('bar', 'rsync://mirror.bar.com/acme/')) +pushes.append(Push('bar', 'user_at_mirror.bar.com:/acme/')) # (rsync over ssh) pushes.append(Push('halifax', 'rsync://ftp.halifax.example.de/acme-push/')) pushes.append(Push('powermirror', 'rsync://myuser_at_ftp.powermirror.org:666/acme', 'Peter')) pushes.append(Push('bla.com', 'rsync://acme-update_at_acme.mirror.bla.com/acme-update', 'seeeeecret', '--address=192.0.43.10')) _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Sat Feb 25 2012 - 12:49:31 GMT
This archive was generated by hypermail 2.3.0 : Sat Feb 25 2012 - 13:17:02 GMT