![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
backpocket
Advanced tools
Lost your files? Check your backpocket. A simpler backup/snapshotting tool using rsync and pax
lost your files? check your backpocket : >
create incremental timemachine style backups locally or over ssh
npm install backpocket -g
cd ~/backups
backpocket user@server:/my/important/files
/*
* Creates the following in ~/backups
* - latest
* - YYYY-MM-DD_HH-mm-ss
*/
// subsequent calls
backpocket bob@server:/my/important/files
backpocket bob@server:/my/important/files
/*
* Creates more incremental archives
* - latest
* - YYYY-MM-DD_HH-mm-ss
* - YYYY-MM-DD_HH-mm-ss
* - YYYY-MM-DD_HH-mm-ss
*/
backpocket --help
/*
* Usage: backpocket [options] <target>
*
* e.g. "backpocket ../files" or "backpocket -p 30days -f YYYY-MM-DD_hh-mm-ss user@server:files"
*
* create incremental backups of target in the current working directory
*
* Options:
*
* -h, --help output usage information
* -V, --version output the version number
* -v, --verbose verbose output
* -f, --format format for archive directory (default is "YYYY-MM-DD_HH-mm-ss")
* -p, --purge n[units] remove backups older than... "2seconds", "2minutes", "2hours", "2days", "2weeks"
*/
FAQs
Lost your files? Check your backpocket. A simpler backup/snapshotting tool using rsync and pax
The npm package backpocket receives a total of 12 weekly downloads. As such, backpocket popularity was classified as not popular.
We found that backpocket 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.