What's a good approach to mirroring a production environment's data for dev? We have one production server in place that mounts many smb shares which several scripts run against routinely.
We now have a separate server for development that we want to keep separate for testing. How do I get sample data from all those smb shares without copying them all? The dev server couldn't hold all that data so I'm looking for something that could routinely run and just copy the first X files out of each directory.
The goal is to have the dev server be "safe" and not mount those same shares during testing.