drmike
100% Tier-1 Gogent
So, I have remote nodes here and there that do various things. Some record audio and video content and that's the most aggravating to deal with, mainly due to size. Historically I've done batch downloads of the data, as needed. That gets silly on time and sometime bump into disk space issues.
All files need to head to a central location which is remote. Think centralized storage. The original file post upload needs purged.
Goal is to get these files off the end recorder nodes whenever the activity is done (i.e. after recording). Things like rsync may or may not suffice and dealing with open files and potential for wasted bandwidth with partials. Plus need to make sure entire file from origin reaches destination.
Is anyone doing something similar? What tools are your using to accomplish this?
All files need to head to a central location which is remote. Think centralized storage. The original file post upload needs purged.
Goal is to get these files off the end recorder nodes whenever the activity is done (i.e. after recording). Things like rsync may or may not suffice and dealing with open files and potential for wasted bandwidth with partials. Plus need to make sure entire file from origin reaches destination.
Is anyone doing something similar? What tools are your using to accomplish this?