Giter VIP home page Giter VIP logo

crashplan-qpkg's Introduction

Description

CrashPlan is backup software that allows Windows, Mac, Linux and Solaris users to back up their data to an offsite data center, computers belonging to friends and family, as well as to attached drives /shared folders. There is a free version (for personal use only) and CrashPlan+ which is for both personal and business use. Both versions allow users to back up data automatically. Files are encrypted using 448-bit Blowfish encryption for CrashPlan+ and 128-bit encryption for the personal CrashPlan before transmission.

This it the sources to create a QPKG installable on a QNAP device (x86/arm based).

Building QPKG

Script build.sh can be used to build the QPKG. The script is pretty ugly and uncommented, feel free to improve! It only takes one parameter which is the _Linux.tgz file fetched from CrashPlan directly. Make sure to read the script to understand what it's doing.

src/qpkg/shared/crashplan.sh is the init script that will be copied inside QPKG to start/stop/restart CrashPlan service.

src/qpkg/shared/htdocs is the directory of the pretty basic web interface provided to the users to change amount of RAM allocated to JAVA process as well as be able to change listening IP address.

src/qpkg/shared/bin/restartLinux.sh is a script that could be used by CrashPlan service if restart is needed.

src/qpkg/x86 contains things related to x86 architecture.

src/qpkg/arm-x19 and its symlink src/qpkg/arm-x09 contains libraries related to arm soft-float architecture. src/qpkg/arm-x31 contains librairies related to arm hard-float architecture. Note that originally CrashPlan doesn't support arm-based cpu. This directory is where and how all the magic happens.

Finally src/qpkg/shared contains things shared between architectures.

File src/qpkg/qpkg.cfg contains information about QPKG. You will most likely want to change QPKG_VER (As a matter of information, ending integer is increased upon each release).

Make sure QDK is installed on your QNAP to be able to build QPKG.

Build result will be located in target/qpkg/build.

crashplan-qpkg's People

Stargazers

 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.