-
-
Notifications
You must be signed in to change notification settings - Fork 162
Description
I use this command
D:\Doc\ProgDoc\immich-go_Windows_x86_64\immich-go-0-30-0.exe archive from-immich --log-level="DEBUG" --from-api-trace=TRUE --from-server=http://127.0.0.1:2283 --from-api-key=8j62OSlKEzdOfyArQcESjluZBcxnyvUvlSoMkvFc9RM -l=".\log.btm" -w="."
The resulting directory structure contains only files with the format (lines deleted). The JSON files contain the original file name
.
├── 1982-02
│ ├── ~1
│ ├── ~1.JSON
│ ├── ~3
│ └── ~3.JSON
└── 1982-03
├── ~1
├── ~1.JSON
├── ~4
└── ~4.JSON
The same directory useing v0.28.0
.
├── 1982-02
│ ├── Ariel1.png
│ ├── Ariel1.png.JSON
│ ├── Ariel3.png
│ └── Ariel3.png.JSON
└── 1982-03
├── PXL_20250301_180428963.jpg
├── PXL_20250301_180428963.jpg.JSON
├── PXL_20250301_181624359.MP.jpg
└── PXL_20250301_181624359.MP.jpg.JSON
Is this intentional?