Socket
Socket
Sign inDemoInstall

simple-backup

Package Overview
Dependencies
40
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simple-backup

A simple backup script


Version published
Weekly downloads
8
increased by700%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 25 Jan 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc