I found a blog entry concerning using rsync from ruby for doing backup. To use RSYNC from within Ruby, do something like this
> system "rsync -<option(s)> <from> <to>"
You can invoke any system command in this way.
April 11, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment