There are many different approaches. Some do preprocessing remotely, some keep a lot of data, others only keep final products, data is stored on NAS-based solutions, SSD's, cloud, etc. Looking forward to read other approaches.
Let me kick off the discussion by describing my own workflow.
When I started imaging remotely, there were two main new challenges when it comes to data management. First is the volume of data. In my situation, I collect roughly 5-10GB of data per night of imaging for roughly 200-225 nights per year, so approximately 1.5-2TB. The second is that I can be away from home for extended periods, and when imaging keeps continuing, I'd like to be able to work on the data remotely as much as I can do it at home. I've gone through a few iterations, but have currently settled on the following dataflow.
(To keep things simple, <> = syncing, > = moving).
- Remote PC <> Cloud storage <> Home PC
- Home PC > SSD
- Editing on the SSD
- When working remote, Home PC is replaced by Laptop. I bring the SSD along. So same workflow.
Ad 2. This is happening during the initial data review process. I just like to see each image before I put it in the 'to be processed' pile.
A couple of points of attention:
- Speed. SSD's these days are very fast. I use the Sandisk Pro-Blade system. Small sticks that hold up to 4TB each. You can simultaneously put 4 into a dock, speed is ~2000MB/s. Connect an individual stick to the PC and speed is still ~1000MB/s, very well workable.
- Backup. None of the steps above are backups, this is only a workflow. To safeguard data it is important to have a good backup strategy. In my case, my home PC and any SSD connected to it is automatically backed up to both a local copy (spinning drive) and in the cloud (special cloud backup service, very different than the Cloud storage).
- Cost. Cloud storage can get quite expensive. In this method Cloud is just a method for transfer. Data stays there only until I have had time to review the data and move it to an SSD. If I don't review data for two weeks, it contains two weeks of data. If I review every day, it never contains more than one night of imaging. And since all of it is synced, the same is true for my Remote PC and Home PC. SSD's have come down in price a lot in recent years, and very reasonably priced nowadays. So far I have everything on SSD's, but of course you can always opt to move older data from the SSD to spinning drives, which are much cheaper and have much higher capacity.
- The weak point in this system is still the backup when working remote. One solution is to copy to SSD instead of move to SSD when working remote. In that case the data will remain on Home PC and its backups. But it means that Remote PC, Cloud and Home PC slowly build up more data. When it is just for a few weeks that is no problem. When coming back home however, this data needs to be manually deleted again.
Looking forward to hear other setups and insights into pro's and con's of different solutions.