From e660f05c31f153376d3404cc3609a2f0120a5ad9 Mon Sep 17 00:00:00 2001 From: Brian Di Palma <1597820+briandipalma@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:53:58 +0100 Subject: [PATCH] Update _storage-template.md (#3388) * Update _storage-template.md * Update _storage-template.md --------- Co-authored-by: Alex --- docs/docs/partials/_storage-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/partials/_storage-template.md b/docs/docs/partials/_storage-template.md index 4dc9d51df..42de45e3b 100644 --- a/docs/docs/partials/_storage-template.md +++ b/docs/docs/partials/_storage-template.md @@ -1,6 +1,6 @@ Immich allows the admin user to set the uploaded filename pattern. Both at the directory and filename level. -The admin user can set the template by using the template builder in the `Administration -> Settings -> Storage Template`. Immich provides a set of variables that you can use in constructing the template, along with additional custom text. +The admin user can set the template by using the template builder in the `Administration -> Settings -> Storage Template`. Immich provides a set of variables that you can use in constructing the template, along with additional custom text. If the template produces [multiple files with the same filename, they won't be overwritten](https://github.com/immich-app/immich/discussions/3324) as a sequence number is appended to the filename. ```bash title="Default template" Year/Year-Month-Day/Filename.Extension @@ -8,4 +8,4 @@ Year/Year-Month-Day/Filename.Extension -Immich also provides a mechanism to migrate between template so that if the template you set now doesn't work in the future, you can always migrate all the existing files to the new template. The mechanism is run as a job in the Job page. +Immich also provides a mechanism to migrate between templates so that if the template you set now doesn't work in the future, you can always migrate all the existing files to the new template. The mechanism is run as a job on the Job page.