Giter Site home page Giter Site logo

backuper's Introduction

Tiny backup tool, which allow you to save files and directory, while you need edit them.
Support multiple backups for one file.

Installation

You can clone repository and run install.sh script, but it will be easier to use one-liners:

  • Wget
    wget -O backuper https://raw.githubusercontent.com/rostegg/backuper/master/backuper.sh && chmod +x backuper && sudo mv backuper /usr/bin/backuper
  • cURL
    curl https://raw.githubusercontent.com/rostegg/backuper/master/backuper.sh --output backuper && chmod +x backuper && sudo mv backuper /usr/bin/backuper

Usage

Utility works like an git, creating a hidden directory in which all backups are stored.
After restor, backup is deleted.

backuper [info|backup|restore|clear]

Options:
    info, i       <file_name>(optional)                 Get info about backups (if file not specified, show info about all backups in directory)
    backup, b     <file_name>                           Make backup of selected file or directory
    restore, r    <file_name> <restore_id>(optional)    Restore file from backup by id, (if id not specified, restore last backup)
    clear, c      <file_name>(optional)                 Remove backups for selected file (if file not specified, remove all backups for current directory)                         

Examples

  • Create backup for selected file
    backuper backup file
  • Create backup for selected file using short alias backuper b file
  • Show info about backups in current directory
    backuper info
  • Show info about backups of selected file
    backuper info filename
  • Clear all backups in current directory
    backuper clear
  • Restore file by id
    backuper restore filename 1
  • Restore file from last backup
    backuper restore filename

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.