Changes between Version 1 and Version 2 of Procedures/DeliveryCreation/rsync


Ignore:
Timestamp:
Jan 7, 2011, 10:16:20 AM (13 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/DeliveryCreation/rsync

    v1 v2  
    1616}}}   
    1717   * Note trailing slashes on the <processing_directory>/ and ./ - these are important
    18 
    1918 4. If there are any files in the list that shouldn't be rsynced back (eg. screenshots in the wrong place, test scripts, SYMLINKS), either delete them or take them out of the rsync by adding --exclude "<pattern>" e.g. --exclude "leica/raw_laser" Then re-run the dry-run rsync and check that the files to be excluded are no longer in the list.
    2019   * It is critical not to copy "eagle", etc symlinks back to the archive as you'll overwrite the raw data! The above command should not copy any symlinks over but DOUBLE CHECK the dry-run list.
     20   * '''IMPORTANT - Many processed RCD tiffs that have been copied to the repository have been altered. R-sync will therefore try to overwrite them. Make sure to use --exclude to skip this directory if the RCD delivery doesn't need to be copied'''
    2121   * Careful not to --exclude 'dem' else the dem directory in the delivery folder will not be rsynced. Use "--exclude '/dem'" instead.
    2222   * Yes, we do need to script this, but very carefully..