Idea #7780
Updated by Brett Smith about 9 years ago
Write a pipeline that copies data (5-10GB) from the FUSE mount to a local temporary file. Test each of the following methods in sequence in the pipeline:
* shell 'cp' from mount
* Python shutil.copy from mount
* arv-get
* A Python loop that copies from a CollectionReader() to an open file
Write a message after each copy is done so it's possible to collect timing stats up to that point. Then do a checksum on the file and verify that it's not corrupt.