
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Common functions for local or over ssh backup. Not a full nodejs implementation. Use shell exec
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
var backmeup = require('backmeup');
backmeup.backup({
source: '/etc' | ['/etc/' , '/home/file1']
destination: '/tmp'
archive: false (true by default)
filename: 'toto.tgz' (filename of archive if true, timestamp by default)
compress: true (false by default, ignored if archive is false)
algorithm: 'gzip | bzip2 | lzma' (gzip by default)
cleanup: true (false by default, will delete source)
}, function(err, info){
info.filename.should.eql('etc-*.tgz');
});
FAQs
Common functions for local or over ssh backup. Not a full nodejs implementation. Use shell exec
The npm package backmeup receives a total of 398 weekly downloads. As such, backmeup popularity was classified as not popular.
We found that backmeup 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.