Vincz / Backtower

A node tools to backup remote server and synchronize filesystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A node tools to backup remote server and synchronize filesystem


Languages

Language:JavaScript 82.1%Language:HTML 17.9%