An open API service indexing awesome lists of open source software.

https://github.com/psmyrdek/node-backup

Simple backups automation tool.
https://github.com/psmyrdek/node-backup

backup ftp google-drive nodejs

Last synced: 2 months ago
JSON representation

Simple backups automation tool.

Awesome Lists containing this project

README

        

# Node Backup

Simple backups automation tool.

* Download content from server via FTP
* Archive and compress it (tgz)
* Upload archived backup to given destination (currently Google Drive)

## Usage

Start process by executing:

```npm start```

Clean _data_ directory by executing:

```npm run clean```

## Config

Update content of the config file in ```config/config.json``` first.