Closed unn closed 8 years ago
Hi there! That's a documentation gap I'd like to fix. What should work is stopping the patters package, then following the Quick Start section of the README.
There are some customizable paths, and as I recall I set up the default values so that they'd be a drop-in replacement for an existing patters installation. I'm not positive though - my migration started on a whim after being frustrated that CrashPlan died on me after an upgrade. I fiddled around a bit before I settled on something that I was happy with.
I'd be happy to work with you if you're up for it. In theory it'd be good for both of us - I'd feel a lot better having a documented and verified migration path from patters. I set up a Gitter room so you or anyone else who's interested can kick around ideas.
@ajkerrigan I'm finally migrating my Synology packages to Docker, so I'm starting with CrashPlan. Coming from patters, here are some changes that should be considered and your input would be welcome:
/volume1/CrashPlan/backupArchives
is not the default dir on my installation. It is /volume1/crashplan/backupArchives/
instead, but I'm not sure if I have tweaked this before.${CRASHPLAN_DIR}/id/.ui_info
does not exist. The files .identity
and .ui_info
sit under /var/lib/crashplan/
, so the grep command will fail.id
subfolder and two files inside it (.identity
and .ui_info
) will be created by the Docker container. The two files are recreated every time CrashPlan starts (in this case, that generally means anytime your NAS reboots or you manually restart the container)./volume1
paths. I mount that path with the same name (read-only) inside the container, so the backup sets don't need any tweaking. As an alternative, you could mount volumes like /homes
, /photo
, etc separately and then redefine your backup sets. The way it's setup by default should be the path of least resistance from a working patters setup.If you run into any issues with the migration, I hope we can work through them together and get them documented to help whoever else comes along. Thanks for helping to make this better.
Thanks for this repo. I was looking it over, and it seems to be missing instructions on how to migrate between Patters' package and your docker instance. Any advice?