real-time-backup
Version:
Node.js module for real time backup of files and directories. This is a simple script to backup a directory to a sd card. Only works on Linux.
27 lines (26 loc) • 511 B
JSON
{
"name": "real-time-backup",
"version": "1.0.3",
"description": "",
"main": "index.js",
"homepage": "https://github.com/laurentSavarit/realTimeBackup#readme",
"repository": {
"type": "git",
"url": "https://github.com/laurentSavarit/realTimeBackup.git"
},
"scripts": {},
"keywords": [
"Backup",
"SD",
"card",
"node",
"real",
"time"
],
"author": "Laurent Savarit",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"chokidar": "^3.5.3"
}
}