OceanDataTools / openvdm

A comprehensive data management platform that allows vessel operators to retrieve and organizing data files created by multiple data acquisition systems into a unified cruise data package.
MIT License
10 stars 3 forks source link

Add option to ignore empty files when performing cruise data transfers #15

Closed webbpinner closed 2 years ago

webbpinner commented 2 years ago

Add a field to the cruise data transfer form to capture whether or not the transfer should include empty (filesize=0) files

On the backend this should add the --min-size=1 to the rsync command.

webbpinner commented 2 years ago

Will be deployed in v2.8 release