Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
etcd2-backup
Advanced tools
A simple backup utility for etcd v2
npm install --global etcd2-backup
Usage: etcd2-backup [options] [command]
Options:
-V, --version output the version number
-f, --file <file> backup file
-e, --etcd <etcd> etcd url eg: https://host.docker.internal:4001
-c, --concurrency <concurrency> max parallel requests
-h, --help output usage information
Commands:
restore restore keys from backup file
dump dump keys to backup file
# Node
etcd2-backup -e https://host.docker.internal:4001 -f /backup/backup.json restore
# Docker
docker run -ti -v /my_backup_dir:/backup evert0n/etcd2-backup -e https://host.docker.internal:4001 -f /backup/backup.json restore
# Node
etcd2-backup -e https://host.docker.internal:4001 -f /backup/backup.json dump
# Docker
docker run -ti -v /my_backup_dir:/backup evert0n/etcd2-backup -e https://host.docker.internal:4001 -f /backup/backup.json dump
FAQs
etcd v2 backup cli
The npm package etcd2-backup receives a total of 2 weekly downloads. As such, etcd2-backup popularity was classified as not popular.
We found that etcd2-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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.