Giter Site home page Giter Site logo

ezbackup's Introduction

ezbackup (work in progress)

My personal easy backup solution for when you don't feel like spending hours reading man pages.

Installation

Getting started

First, install/download all dependencies for the project:

# Most dependencies can be installed through your package manager.
# You probably have most of these installed already.
sudo pacman -S openssl ncurses libedit zlib bzip2 xz lz4

# Clone the repository locally.
git clone --recurse-submodules https://github.com/jonathanrlemos/ezbackup.git

# The MEGA SDK will have to be built manually, since it cannot be found in most package managers.
cd ezbackup/cloud/mega_sdk
./autogen.sh
./configure
make
sudo make install
cd ../..

Then, build the project:

make # "make debug" builds a debug version of the project.

Finally, run the project:

./ezbackup

To use the MEGA SDK, you will need to create an account and get your own API key. Then, you need to create a file called cloud/keys.c that contains these values. See cloud/keys.h for reference.

Building/running the tests.

make tests
cd test
./run_all

Building/viewing the documentation.

sudo pacman -S doxygen # Only necessary if you do not already have doxygen installed.
make docs
cd docs/html
firefox index.html     # firefox can be replaced with any web browser.

Cleaning the project folder.

make clean

This reverts the project folder to its default state.

Features

  • Ncurses menu-based UI.
  • Compression (gzip, bzip2, xz, lz4)
  • Encryption (all symmetric ciphers supported by OpenSSL)
  • Cloud Backup (only mega.nz supported atm)
  • Incremental backups
  • Include/Exclude specific directories.

Roadmap

  • Cleaning functionality.
  • Progress bar refactoring (mutexes?).
  • Check if local disk and cloud are synced properly (check checksum file).
  • Implement compression flags properly.
  • Remove redundant directories/exclude paths (e.g. "/home/user" and "/home").
  • Restore functionality.
  • Public/private key functionality.
  • Metadata (checksum.txt encryption).
  • Compression progress bars.
  • Remove directories that no longer exist.
  • Multithreading.

Licensing

This project is licensed under the MIT License. See LICENSE.txt for details. Some of the project's dependencies are licensed under different licenses. See LICENSE-THIRD-PARTY.txt for details.

ezbackup's People

Contributors

jonathan-lemos avatar

Watchers

James Cloos 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.