Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 545 Bytes

BackTower

This script helps to backup remote server. It allows to execute remote command and backup the result and to synchronize remote (or local) filesystem.

Installation

Easiest through npm: npm install backtower

Dependencies

Requires git to be installed and that it can be called using the command git. Requires rsync to be installed and that it can be called using the command rsync.

Configuration

Define a config.js file (see the config.js.dist for example)