Lightweight (169MB) Crashplan docker 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
.ui_info file of your desktop machine locate:
/var/crashplan/data/id/.ui_info/Library/Application Support/CrashPlan/.ui_infoC:\ProgramData\CrashPlan\.ui_info.ui_info file of your desktop machine with the one of the crashplan container: /srv/crashplan/data/id/.ui_info..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./var/crashplan: where the configuration files and logs are store/storage: where backup files are storePUBLIC_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"Content type
Image
Digest
Size
100.9 MB
Last updated
over 9 years ago
docker pull axemann/crashplan