Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
rsync functionality in Ruby?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Paul van Delst, post: 4573499"] Hello, I wrote a ruby script to allow me to automatically update a repository working copy from an unversioned hierarchy. I use rsync to synchronise the directories prior to svn add/delete and commit. Worked great on my test system (linux). However, because of security issues, on the system where this script will be used there is no rsync utility available. So, I was wondering, is there an existing rsync-like ruby solution? I checked this newsgroup, rubyforge, raa, etc but couldn't find anything that replicated rsync functionality (lots of utilities that use/manage rsync though.) Note that I don't really need the "r" portion of rsync (the sync occurs on the same filesystem), just the ability to synchronise two hierarchies with "--exclude <files>" capability. I thought I'd ask before embarking on a wheel-reinvention project. cheers, paulv p.s. I'm pushing my luck here, but guidance on an algorithm or recipe for sync functionality would also be appreciated. :o) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
rsync functionality in Ruby?
Top