No, not really. Crashplan isn't just data storage; it's also the client software to do the data backup. That software is written to run on Windows, Mac, and Linux (by virtue of being a Java blob), not FreeBSD. It can be made to run on FreeBSD with a fair amount of tinkering, which may or may not survive the next update cycle, but it's not designed for that. We're using the software in an unintended (and unsupported) application, and thus it shouldn't be a huge surprise when it doesn't work properly. My experience (and that of others who have posted) is that Crashplan works just fine on a supported platform (in my case, running in an Ubuntu VM).WHO CARES WHAT PLATFORM - they are paying for the data to be there, PERIOD.
... simple ...
I presume you are referring to the "VirtualBox Guest Additions," which I installed. But even though the installation threw no errors and seemed to complete, I don't see any evidence that they are actually working. For example, I'm not able to resize the screen or change the screen resolution. Your comment corroborates that they aren't installed (correctly). sigh!Using Shared Folders in VirtualBox requires ... and also have the VB guest extensions installed in the guest OS.
I'm hesitant to create a share because it creates an extra surface for an attack. Is this a silly concern?An alternative would be to share the desired directory (e.g., via NFS) and mount it in the guest machine. I'd think that would be simpler, with fewer moving pieces.
I'm hesitant to create a share because it creates an extra surface for an attack. Is this a silly concern?
...except that he seems to be talking about the dataset on his server where backups are stored (i.e., other machines on his network are using CrashPlan to back up to the FreeNAS box), which means it would have to be mounted read/write.You could also make it a read-only share, which minimizes any kind of disruption possible.
CrashPlan does support encrypting your data with a locally-generated key which isn't shared with their servers, so that's a definite possibility.In that case, I would properly encrypt all the data before uploading it
… share the desired directory (e.g., via NFS) and mount it in the guest machine.
Aug 6 18:28:54 OctoberGroupNAS notifier: Starting rpcbind. Aug 6 18:28:54 OctoberGroupNAS notifier: Starting mountd. Aug 6 18:28:55 OctoberGroupNAS notifier: NFSv4 is disabled Aug 6 18:28:55 OctoberGroupNAS notifier: Starting nfsd. Aug 6 18:28:55 OctoberGroupNAS notifier: Starting statd. Aug 6 18:28:55 OctoberGroupNAS notifier: Starting lockd. Aug 6 18:28:55 OctoberGroupNAS nfsd: can't register svc name
[root@OctoberGroupNAS /mnt/red]# ls -Al total 232 ... drwxrwx--- 15 crashPlan backup 17 May 2 12:58 crashPlanOctoberGroupNAS ... [root@OctoberGroupNAS /mnt/red]#
Yes, exactly. I have existing CrashPlan archives built by the CrashPlan plugin. I'd like to keep using them from my Ubuntu VM.How are you trying to mount the NFS volume in your Ubuntu VM?
I have it configured with AutoFS.