Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-backup

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-backup

A simple backup script

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

simple-backup

About

A simple script to backup a directory and timestamp it.

Installation:

  • Download and install Node.js
  • npm install -g simple-backup

Usage:

Setup a config file (optional)
  • simple-backup config source ~/files-to-backup
  • simple-backup config destination ~/place-to-keep-backups
Run with the config file
  • simple-backup backup
Run without a config file
  • simple-backup backup ~/files-to-backup ~/place-to-keep-backups

Development:

  • Clone the repo:
    • git clone https://github.com/kherrick/simple-backup
  • Install the dependencies:
    • npm install
  • Build the project:
    • npm run build
  • Watch for changes and build:
    • npm run watch
  • Lint the source and unit tests:
    • npm run lint
  • Run unit tests on the command line:
    • npm run test
  • Run unit tests with a coverage report:
    • npm run coverage

Build Status

FAQs

Package last updated on 25 Jan 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc