remutils

rsdeploy

Deploy directory to remote server by using rsync.

2022 Rémino Rem https://remino.net/


Installation

Homebrew

brew install remino/remino/rsdeploy
./rsdeploy

Download

Go to the GitHub download page for the latest release, and download the source code from there.

Git clone

git clone git@github.com:remino/remutils.git
cd remutils/rsdeploy
./rsdeploy

Usage

You need to set the source directory, destination host and directory, as well as an optional filter file.

See .env.example or rsdeploy -h.