New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backpocket

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backpocket

Lost your files? Check your backpocket. A simpler backup/snapshotting tool using rsync and pax

1.0.2
Source
npm
Version published
Weekly downloads
1
-91.67%
Maintainers
1
Weekly downloads
 
Created
Source

backpocket

lost your files? check your backpocket : >

simple secure backup/snapshotting over ssh using rsync and pax

Usage

npm install backpocket -g
cd ~/backups
backpocket bob@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

/*
 *  Create more dated archives
 *  - latest
 *  - yyyy-mm-dd_hh-mm-ss
 *  - yyyy-mm-dd_hh-mm-ss
 *  - yyyy-mm-dd_hh-mm-ss
*/

Dependencies

  • node.js http://nodejs.org/download/
  • rsync http://rsync.samba.org/
  • pax http://en.wikipedia.org/wiki/Pax_(Unix) or cp (gnu flavour)

Features

  • only transfers modified files
  • uses hard links to unmodified files, i.e. if nothing changed, incremental backup should take up zero additional disk space

Keywords

backup

FAQs

Package last updated on 01 Aug 2015

Did you know?

Socket

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.

Install

Related posts