In somehow we forget to mount the NAS of QC department before acqusition and just realize this situation after some acquisition. ( See the picture below )
It’s affect that acquisition SEGD only in LABO NAS (IP : 192.27.128.42) but no SEGD data on QC NAS department (IP : 192.27.128.43).
This command how to syncrhronize data from Labo NAS to QC NAS with the same time stamp.
User : rsync -av /source_path/ /destination_path/
Example :
Copy tape 18 data’s from Labo NAS to QC NAS ( disk02 : Labo NAS, disk03 : QC NAS )
User : rsync -av /var/disk02/tape18/ /var/disk03/tape18/
Leave a Reply