Compare commits

..

No commits in common. "2c9c0b07ec04d671125f7afe2d6ec3172accb2ef" and "0598eab77d11307b3e0b3845a992321f794e8ebe" have entirely different histories.

View File

@ -36,7 +36,7 @@ $ ./sync-archive.sh
This will: This will:
- Create the necessary directory structure - Create the necessary directory structure
(see: [Archive directory structure](#archive-direcotry-structure)) (see: [Archive directory structure](#arcive-direcotry-structure))
- Copy and verify the contents of 1 or more external media - Copy and verify the contents of 1 or more external media
to the archive directory to the archive directory
- Prepare the archive for further work via `process-archive.sh` - Prepare the archive for further work via `process-archive.sh`
@ -97,7 +97,11 @@ media
│   │ │ └── preview (RAW) │   │ │ └── preview (RAW)
│   │ ├── 20240310 - shoot directory (fully sorted) │   │ ├── 20240310 - shoot directory (fully sorted)
│   │ │ └── ... │   │ │ └── ...
│   │ └── ... │   │ ├── ...
│   │ ├── sync-flash.sh
│   │ ├── process-archive.sh
│   │ ├── compress-archive.sh
│   │ └── update-exif.sh
│   └── others │   └── others
│   └── ... │   └── ...
├── video ├── video
@ -105,14 +109,3 @@ media
├── ... ├── ...
└── tree.sh └── tree.sh
``` ```
```
<date> - <info>
```
Leading `"-"` indicated a not fully sorted shoot.
```
- <date> - <info>
```