clabroche / backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backup

Backup tools using rsync.

You can make copies of remote folders.

Installation

npm i

Usage

Params:

  • -s, --source Path to the source directory
  • -d, --destination Path to the destination directory
  • -n, --nb-backup Number of backup to keep
  • --interval how many time to wait to pull a backup (default: "4")
  • --discord-token Bot token to send message to discord
  • --discord-channel Channel to send messages
  • --hour <0-24> When begin the backup
  • -h, --help display help for command

About


Languages

Language:JavaScript 97.0%Language:Dockerfile 3.0%