Home > gsynchroniser

gsynchroniser

Gsynchroniser is a project mainly written in Ruby, based on the MIT license.

Simple folder synchroniser

Gsynchroniser

gsynchroniser is a ruby gem for synchronising folders

Example

require 'gsynchroniser' synchroniser=Synchroniser.new synchroniser.synchronise 'source', 'destination'

Copyright (c) 2011 GopalRohra, released under the MIT license

Previous:UserLog