Each Folder entry defines the source path, destination type (Cloud / Local / FTP), include/exclude rules, and compression/encryption options.
Include/exclude rules
- Exact include/exclude paths take precedence.
- Wildcard patterns are supported (powered by DotNet.Globbing in the latest builds).
- Video formats can be excluded automatically via the �Exclude videos� option.
Cloud folders
When destination is Archivst Cloud, uploads are performed directly to your secure storage using temporary credentials from the service.
FTP folders
Store FTP credentials securely; the client will prompt for missing passwords on first use.
Failed conversions (reviewing and repairing)
The desktop client provides a Failed Conversions viewer to inspect images where automatic conversion/compression failed or produced a problem.
- Select a folder in the Folders panel in the desktop app.
- Right-click the folder and choose Failed Images (opens the Failed Conversions dialog).
- The dialog shows thumbnails of converted artifacts copied into the application data FailedConversions tree. Each item includes a filename, and small status icons:
- a green tick indicates the image has been marked OK (a central
.skipverifymarker exists and future conversions will skip similarity verification) - a red cross indicates the file is excluded from backup (an exact exclude entry exists in the BackupSet for the folder)
- a yellow circle icon indicates Skip Convert is active (a central
.skipconvertmarker exists and conversion is skipped; the original image is backed up)
- a green tick indicates the image has been marked OK (a central
- Right-click a thumbnail to open the context menu with actions:
- Open in Explorer � shows the file in Windows Explorer.
- Repair � copies the original file back into the source folder to replace the converted artifact.
- Exclude / Include � toggle exact exclude for the original filename in the BackupSet; when excluded the UI shows the red cross and you can undo via the dialog.
- Mark OK (Skip Verify) / Remove Skip � create or remove a centralized
.skipverifymarker under your roaming AppData (%APPDATA%/ArchivstDesktop/SkipVerify/<FolderName>/…) so the CLI/desktop will skip similarity verification for that image in future. - Toggle Skip Convert � create or remove a centralized
.skipconvertmarker under your roaming AppData (%APPDATA%/ArchivstDesktop/SkipConvert/<FolderName>/…) so conversion is skipped and the original is backed up. When creating a marker via the CLI you can include a reason message that is stored inside the.skipconvertfile.
- Hover a thumbnail to see a tooltip with details: exact exclude path or the skipverify marker path and any stored conversion error text (if present).
Files and markers referenced by the dialog are stored under the Windows roaming profile:
- Failed conversion artifacts and original copies:
%APPDATA%/ArchivstDesktop/FailedConversions/<FolderName>/… - Skip-verify markers:
%APPDATA%/ArchivstDesktop/SkipVerify/<FolderName>/…<filename>.skipverify - Skip-convert markers:
%APPDATA%/ArchivstDesktop/SkipConvert/<FolderName>/…<filename>.skipconvert
There are corresponding CLI commands to inspect and manage these items (folders failed, folders skip-create, folders skip-remove, folders skipconvert-create, folders skipconvert-remove, and exact exclude commands). See the CLI docs for examples.