diff --git a/Archive/README.md b/Archive/README.md new file mode 100644 index 00000000..654e9bcd --- /dev/null +++ b/Archive/README.md @@ -0,0 +1,13 @@ +# Photo archive template directory + +The contents of this are copied to each archive drive root. + +```shell +$ cp -R ./media PATH_TO_ARCHIVE_DRIVE +``` + +The scripts are stored with the archive for generational compatibility, +both building and documenting the structure the archive was created +with. + + diff --git a/Viewer/archive/media/img/my/work/compress-archive.sh b/Archive/media/img/my/work/compress-archive.sh similarity index 100% rename from Viewer/archive/media/img/my/work/compress-archive.sh rename to Archive/media/img/my/work/compress-archive.sh diff --git a/Viewer/archive/media/img/my/work/process-archive.sh b/Archive/media/img/my/work/process-archive.sh similarity index 100% rename from Viewer/archive/media/img/my/work/process-archive.sh rename to Archive/media/img/my/work/process-archive.sh diff --git a/Viewer/archive/media/img/my/work/sync-flash.sh b/Archive/media/img/my/work/sync-flash.sh similarity index 100% rename from Viewer/archive/media/img/my/work/sync-flash.sh rename to Archive/media/img/my/work/sync-flash.sh diff --git a/Viewer/archive/media/img/my/work/update-exif.sh b/Archive/media/img/my/work/update-exif.sh similarity index 100% rename from Viewer/archive/media/img/my/work/update-exif.sh rename to Archive/media/img/my/work/update-exif.sh diff --git a/Viewer/archive/media/tree.sh b/Archive/media/tree.sh similarity index 100% rename from Viewer/archive/media/tree.sh rename to Archive/media/tree.sh diff --git a/Viewer/archive/README b/Viewer/archive/README deleted file mode 100644 index 095c9391..00000000 --- a/Viewer/archive/README +++ /dev/null @@ -1 +0,0 @@ -This is the archive template directory, do not edit this.