File: tagpix/examples/2.1-copy-only-mode.txt

=====================================================================================
Transfers and messages are specialized in the new 2.1 copy-only mode: files are
copied byte-for-byte to the destination, and not removed from the source tree.
The new copy-and-delete mode allows merges between different drives; and the 
original, default, and recommended transfer mode still moves files directly and 
quickly instead.  See ../user_configs.py for more on configuring the transfer mode, 
and 2.1-subfolder-skipping.txt's update run for similar results in file-move mode.
File 2.1-all-transfer-modes.txt here exercises the copy modes more exhaustively.  
=====================================================================================


~/Desktop/verify-tagpix$ py3 /MY-STUFF/Code/tagpix/tagpix.py 
tagpix renames and copies photos to a merged folder; proceed? y
Source - pathname of folder with photos to be copied? reorientation
Destination - pathname of folder to copy items to? test-tagpix
Group items into by-year subfolders? y
List only: show target names, but do not rename or copy? n
--------------------------------------------------------------------------------
Analyzing source tree
Skipping folder: reorientation/_thumbspage
Skipping file: reorientation/.DS_Store
***Unusable Exif tags skipped: "No tags found" for reorientation/untagged1-jpg.jpg
--------------------------------------------------------------------------------
Copying PHOTOS: 14
reorientation/galaxys8-1N.jpg => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__galaxys8-1N.jpg
reorientation/galaxys8-3U.jpg => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__galaxys8-3U.jpg
reorientation/galaxys8-6R.jpg => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__galaxys8-6R.jpg
reorientation/galaxys8-8L.jpg => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__galaxys8-8L.jpg
reorientation/ipod6g-1N.JPG => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__ipod6g-1N.JPG
reorientation/ipod6g-3U.JPG => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__ipod6g-3U.JPG
reorientation/ipod6g-6R.JPG => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__ipod6g-6R.JPG
reorientation/ipod6g-8L.JPG => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__ipod6g-8L.JPG
reorientation/sonydsc-1N.JPG => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__sonydsc-1N.JPG
reorientation/sonydsc-3U.JPG => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__sonydsc-3U.JPG
reorientation/sonydsc-6R.JPG => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__sonydsc-6R.JPG
reorientation/sonydsc-8L.JPG => test-tagpix/MERGED/PHOTOS/2018/2018-09-23__sonydsc-8L.JPG
reorientation/untagged1-jpg.jpg => test-tagpix/MERGED/PHOTOS/2014/2014-02-18__untagged1-jpg.jpg
reorientation/untagged2-scan.jpg => test-tagpix/MERGED/PHOTOS/2013/2013-04-13__untagged2-scan.jpg
--------------------------------------------------------------------------------
Copying MOVIES: 0
--------------------------------------------------------------------------------
Copying OTHERS: 6
reorientation/_HOW-MADE.txt => test-tagpix/MERGED/OTHERS/2018/2018-09-25___HOW-MADE.txt
reorientation/HEADER.html => test-tagpix/MERGED/OTHERS/2018/2018-09-25__HEADER.html
reorientation/index.html => test-tagpix/MERGED/OTHERS/2018/2018-09-25__index.html
reorientation/restore-originals.py => test-tagpix/MERGED/OTHERS/2018/2018-09-23__restore-originals.py
reorientation/untagged3-gif.gif => test-tagpix/MERGED/OTHERS/2016/2016-06-25__untagged3-gif.gif
reorientation/untagged4-png.png => test-tagpix/MERGED/OTHERS/2018/2018-09-23__untagged4-png.png
--------------------------------------------------------------------------------
Nothing was removed from the source tree
Bye.



[Home page] Books Code Blog Python Author Train Find ©M.Lutz