All Projects → JrCs → Docker Crashplan

JrCs / Docker Crashplan

CrashPlan docker container

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker Crashplan

Mkstage4
Bash Utility for Creating Stage 4 Tarballs
Stars: ✭ 55 (-37.5%)
Mutual labels:  backup
Phpbu
PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
Stars: ✭ 1,147 (+1203.41%)
Mutual labels:  backup
Minecraft Wrapper
A simple & intuitive Minecraft Server wrapper. Supports IRC, backups, a plugin system, and more.
Stars: ✭ 77 (-12.5%)
Mutual labels:  backup
Dotfiles
Get started with your own dotfiles.
Stars: ✭ 1,094 (+1143.18%)
Mutual labels:  backup
Bash Snippets
A collection of small bash scripts for heavy terminal users
Stars: ✭ 8,558 (+9625%)
Mutual labels:  backup
Cv4pve Barc
Backup And Restore Ceph for Proxmox VE
Stars: ✭ 74 (-15.91%)
Mutual labels:  backup
Gphotos Sync
Google Photos and Albums backup with Google Photos Library API
Stars: ✭ 1,066 (+1111.36%)
Mutual labels:  backup
Ydcmd
Консольный клиент Linux/FreeBSD для работы с Яндекс.Диск (Yandex.Disk) посредством REST API
Stars: ✭ 87 (-1.14%)
Mutual labels:  backup
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-25%)
Mutual labels:  backup
Bareos Webui
Bareos Web User Interface
Stars: ✭ 78 (-11.36%)
Mutual labels:  backup
Thin Backup Plugin
Stores only the relevant parts of the Jenkins workspace in a Backup.
Stars: ✭ 59 (-32.95%)
Mutual labels:  backup
Packagesync
Sync sublime text packages & user settings across devices.
Stars: ✭ 63 (-28.41%)
Mutual labels:  backup
Docker Openldap Backup
A docker image to run OpenLDAP, and make periodic backups 🐳
Stars: ✭ 75 (-14.77%)
Mutual labels:  backup
Xcloner Wordpress
Backup and Restore Plugin for Wordpress
Stars: ✭ 57 (-35.23%)
Mutual labels:  backup
Agent
The best way to backup and restore your database
Stars: ✭ 80 (-9.09%)
Mutual labels:  backup
Kinesis Vcr
Record, rewind and replay live Kinesis streams
Stars: ✭ 54 (-38.64%)
Mutual labels:  backup
Pinboard Notes Backup
Back up the notes you’ve saved to Pinboard
Stars: ✭ 69 (-21.59%)
Mutual labels:  backup
Rexport
Reddit takeout: export your account data as JSON: comments, submissions, upvotes etc. 🦖
Stars: ✭ 87 (-1.14%)
Mutual labels:  backup
Pgdump Aws Lambda
Lambda function for executing pg_dump and streaming the output to s3.
Stars: ✭ 80 (-9.09%)
Mutual labels:  backup
Rdiffweb
A simplified backup management software for quick access to your archives through an efficient web interface.
Stars: ✭ 76 (-13.64%)
Mutual labels:  backup

docker-crashplan

Lightweight (169MB) Crashplan docker container.

Features:

  • Automatic version upgrade
  • Access to all configuration files
  • Access to log files

Quick Start

  • Launch the crashplan container
docker run -d \
  --name crashplan \
  -h $HOSTNAME \
  -e TZ="${TZ:-$(cat /etc/timezone 2>/dev/null)}" \
  --publish 4242:4242 --publish 4243:4243 \
  --volume /srv/crashplan/data:/var/crashplan \
  --volume /srv/crashplan/storage:/storage \
  jrcs/crashplan:latest

Access the GUI from your desktop crashplan application

  • Make a backup of the current .ui_info file of your desktop machine locate:
    • On Linux: /var/crashplan/data/id/.ui_info
    • On OSX: /Library/Application Support/CrashPlan/.ui_info
    • On Windows: C:\ProgramData\CrashPlan\.ui_info
  • Replace your .ui_info file of your desktop machine with the one of the crashplan container: /srv/crashplan/data/id/.ui_info.
  • In the .ui_info file of your desktop machine, replace the IP (should be 0.0.0.0 or 127.0.0.1) with the IP of your docker host.
  • Make sure you can connect to ports 4242 and 4243 on your docker host.
  • Start your local CrashPlan GUI.

Configuration

Volumes:

  • /var/crashplan: where the configuration files and logs are store
  • /storage: where backup files are store

Optional environment variables:

  • PUBLIC_IPand PUBLIC_PORT: force the public ip address and port to use.
  • TZ: time zone to use in the crashplan logs. Use /etc/timezone string values, e.g. "Europe/Paris"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].