
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
A backup tool for files and folders.
To view documentation or get support, visit docs.
Note:
w-backup
is mainly dependent onw-zip
andjson5
.
Note:
w-backup
can be compiled into an executable file by usingpkg
.
npm i w-backup
Link: [dev source code]
import fs from 'fs'
import w from 'wsemi'
import wb from 'w-backup'
let fpSetting = './setting-zip.json'
let fpBackup = './testData/output'
let fpKeep = './testData/outputList'
//fsDeleteFolder
w.fsDeleteFolder(fpBackup)
//fsCreateFolder
w.fsCreateFolder(fpKeep)
fs.writeFileSync(fpKeep + '/20200101.zip', 'a1', 'utf8')
fs.writeFileSync(fpKeep + '/20200115.zip', 'a2', 'utf8')
fs.writeFileSync(fpKeep + '/20200201.zip', 'b1', 'utf8')
fs.writeFileSync(fpKeep + '/20200215.zip', 'b2', 'utf8')
fs.writeFileSync(fpKeep + '/20200301.zip', 'c1', 'utf8')
fs.writeFileSync(fpKeep + '/20200315.zip', 'c2', 'utf8')
fs.writeFileSync(fpKeep + '/20200401.zip', 'd1', 'utf8')
fs.writeFileSync(fpKeep + '/20200415.zip', 'd2', 'utf8')
//use setting.json
wb(fpSetting)
.then((msg) => {
console.log(msg)
})
.catch((err) => {
console.log(err)
})
// then => output success to: path/to/testLog/success-20200806193318.log
// [
// 'done: ./testData/output/20200805/test-y1.zip',
// 'done: ./testData/output/2020-08-05/test-y2.zip',
// 'done: ./testData/output/20-08-05/test-y3.zip',
// 'done: ./testData/output/2020-08-06/test-t1.zip',
// 'done: ./testData/output/20200806/test1.zip',
// 'done: ./testData/output/20200806/test2.zip',
// 'done: ./testData/output/20200806/test3.zip',
// 'done: ./testData/output/20200806/unzip/test1',
// 'done: ./testData/output/20200806/unzip/test2',
// 'done: ./testData/output/20200806/unzip/test3',
// 'done: ./testData/outputList',
// 'finish at 2020-08-06T19:33:18+08:00'
// ]
You can use ./src/compile.js
and pkg
to compile w-backup
into an executable file.
Compile for windows:
./node_modules/.bin/pkg -t win src/compile.js --output bin/wb.exe
Run for windows:
path/to/wb.exe path/to/setting.json
FAQs
A backup tool for files and folders.
The npm package w-backup receives a total of 4 weekly downloads. As such, w-backup popularity was classified as not popular.
We found that w-backup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket investigates hidden protestware in npm packages that blocks user interaction and plays the Ukrainian anthem for Russian-language visitors.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.