hakong
hakong
You can back up with the `backup:` parameter :) https://docs.ansible.com/ansible/latest/collections/ansible/builtin/template_module.html#parameter-backup >Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered...
So all in all something like: ``` - name: Template Mimir config - /etc/mimir/config.yml ansible.builtin.template: src: "config.yml.j2" dest: "/etc/mimir/config.yml" owner: "mimir" group: "mimir" mode: "0644" validate: "mimir --config.file='%s'" backup: true...
In my case they need to come last in each subdirectory, not necessarily the entire transfer (can be thousands of files and many TB).
Problem: ``` [urbackup@container-2 ~]$ podman run \ --replace \ --name=urbackup \ -v /net/nfshost.domain/mnt/urbackup:/backups \ -v /home/urbackup/data/urbackup:/var/urbackup:Z \ --env PGID=1005 \ --env PUID=1005 \ -it docker.io/uroni/urbackup-server:latest chown: changing ownership of '/backups':...
I'm having this issue. Trying to upload - but it's refusing, saying it's a duplicate. - Trash is empty - Photos is not in the archive - Searching for the...
Should I open a new bug report? Or should this one be reopened?
edit: sorry, accidentally closed. re-opened.
It's probably better you reproduce this. In the meantime you responded I have found the originals, removed all problematic images from Immich and re-uploaded the originals with correct metadata. [immich-debug-issue846.zip](https://github.com/user-attachments/files/19614859/immich-debug-issue846.zip)
Interesting. Just tested on a standalone system using the repo directly and that worked fine. In the original example the repository is mirrored using Foreman/Satellite and a client of that...
Update: I think in my previous test I used the stock yum.repo file from the repo RPM, which has `gpgcheck=0`, and that's why it worked. I just tested again with...