1.1.2 • Published 6 years ago

mrsync v1.1.2

Weekly downloads
11
License
ISC
Repository
github
Last release
6 years ago

mrsync

Installation

npm install -g mrsync

Usage

Backup your current directory

mrsync /path/to/destination

Or specify a source directory

mrsync -s /path/to/source /path/to/destination

You can also specify exclusions

# Comma separated list of items to exclude (not full paths)
mrsync -s /path/to/source -e exclude_one,exclude_two /path/to/destination

Backing up to a remote machine

mrsync doesn't prompt for passwords, so if you want to backup to a remote machine, you'll need to have passwordless access to the machine using ssh keys.

# Create your ssh key pair
ssh-keygen

# Add your id to the server
ssh-copy-id -i /path/to/public_key user@server_address

Contribute

Feel free to submit PRs. I really want to expose as much rsync control as possible. I just started with the options I needed for work.

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago