Sha256: 68e4276641b36b2d4259fde16f07f7e0ee74c9ae4b63de79fdeeb3cd3f087325

Contents?: true

Size: 630 Bytes

Versions: 6

Compression:

Stored size: 630 Bytes

Contents

# Rsyncbackup

Yet another rsyncbackup script, this time in ruby.

## Installation

Add this line to your application's Gemfile:

    gem 'rsyncbackup'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rsyncbackup

## Usage

    rsyncbackup [options] SOURCE TARGET
	
`SOURCE` and `TARGET` can be any valid rsync spec.

Consult the --help for details.

## Contributing

1. Fork it, clone it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rsyncbackup-2.0.2 README.md
rsyncbackup-2.0.1 README.md
rsyncbackup-2.0.0 README.md
rsyncbackup-1.0.2 README.md
rsyncbackup-1.0.1 README.md
rsyncbackup-1.0.0 README.md