Coder Social home page Coder Social logo

gitzain / backpack Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14 KB

BackPack is a simple script that backs up your data in a space efficent way. Secure Your Data, Lighten Your Load.

Shell 100.00%
backup data-backup data-protection linux rsync utility

backpack's Introduction

BackPack

BackPack is a simple script that backs up your data in a space efficent way. Secure Your Data, Lighten Your Load.

Table of content

Motivation

Sick of bloated backup software and confusing interfaces? BackPack was born out of frustration. I built this simple script using rsync to automate daily backups, keeping your data safe and your mind clear.

BackPack backs up your data, using incremental backups to only store what's changed, saving space while ensuring you have a complete history of your files.

Installation & Usage

Installation

  1. Clone the repository and navigate to the directory:

    git clone https://github.com/gitzain/backpack.git
    cd backpack
  2. Set script permissions:

    chmod +x backpack.sh
  3. Edit the script (optional):

    Customize parameters in backpack.sh under the "Set these parameters" section:

    current_user=$USER
    backup_location="/media/truecrypt1/user-data/$current_user"
    exclude_hidden=".*"
    exclude_this="Downloads"
  4. Install rsync (if not installed):

    Ensure rsync is installed:

    sudo apt-get install rsync   # Debian/Ubuntu
    sudo yum install rsync       # CentOS/RHEL

Usage

  1. Run the backup script:

    ./backpack.sh

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

12/02/17: v1 release on github.

Credits

License

See the LICENSE file in this project's directory.

backpack's People

Contributors

gitzain 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.