refactoring + docs..

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-03-10 02:32:39 +03:00
parent 786feb8def
commit c167638271
7 changed files with 13 additions and 1 deletions

13
Archive/README.md Normal file
View File

@ -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.

View File

@ -1 +0,0 @@
This is the archive template directory, do not edit this.