Code Monkey home page Code Monkey logo

userbackupjs's Introduction

userbackupjs

Backup and restore your Linux users easily

WARNING! This project require that you have Node.JS installed on your system.

Installation (building a .deb file)

  1. Make executable the file deb_build.sh
  2. Run ./deb_build.sh to build an installable .deb package for your system
  3. Install the .deb file located in the build directory, in the same folder where it is the script, by double clicking or executing dpkg -i (package name).deb.

Installation (using the pre-built .deb file)

  1. Go to this link
  2. Open the .deb file by double-clicking it or run dpkg -i (package name).deb
  3. Nice, you have installed userbackupJS succesfulsly

Usage (with the .deb installed)

  • Type userbackupjs, the backup will start automatically and save it under the backup.json file located in your $HOME directory.
  • Type userbackupjs --help for extra commands and arguments.
  • Type userbackupjs -r to restore the saved backup.json into your machine or userbackupjs -r -f custombackup.json for an custom path of your choice.

Usage (no installation)

Using Node.JS

Type node userBackup_main.js, the backup will start automatically and save the data under 'backup.json' located in your $HOME directory. Type node userBackup_main.js --help for an list of commands and arguments

Using .sh launcher

  1. Make userbackupjs.sh executable by typing chmod +x userbackupjs.sh
  2. Execute ./userbackupjs, the backup will start automatically and save every user data under 'backup.json' located in your $HOME directory
  3. Execute ./userbackupjs --help for an list of commands and arguments

FAQ

(redacted)

userbackupjs's People

Contributors

pancho7532 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.