/FTPBackup

A client for backing up files from specified path from remote server

Primary LanguageJavaScript

FTPBackup

Just another FTP Backup client for backing up files inside a remote directory. Avoids duplicate backups by comparing with local backups.

Deployment

To deploy this project run

  npm i
  npm start

Copy the .env.example to .env with

  cp .env.example .env

and fill the necessary information.