Adil Fulara

Results 11 comments of Adil Fulara

I would like to help too

@jkellerer thank you for helping. I did recreate but i dont see a difference in the cli args. where would i need to check if the args are correctly set?...

thank you for clarifying. maybe i misunderstood the doc. so just to be clear 'schedule-log' does not work for systemd? is that a correct understanding? it probably works with other...

@jkellerer where would i find the file you refer to? i couldn't find it. apologies for the lack of my systemd knowledge.

i found the following under `/home/adilfulara/.config/systemd/user` ```zsh cat [email protected] [Unit] Description=resticprofile backup for profile default in /home/adilfulara/.config/resticprofile/profiles.yaml [Service] Type=notify WorkingDirectory=/home/adilfulara/.config/systemd/user ExecStart=/usr/local/bin/resticprofile --no-prio --no-ansi --config /home/adilfulara/.config/resticprofile/profiles.yaml --name default --log temp:/t/backup.log backup...

it does run but does not print logs to stdout ```bash ➜ user /usr/local/bin/resticprofile --no-prio --no-ansi --config /home/adilfulara/.config/resticprofile/profiles.yaml --name default --log temp:/t/backup.log backup ➜ user resticprofile snapshots 2024/04/09 11:19:30 using...

apologies for my ignorance but what does `temp:/t/backup.log` mean? I do not have `/t` directory on my desktop.

@jkellerer sorry for the delay. i updated the file as follows ```yaml default: backup: verbose: true schedule: - "daily" - "*-*-* *:*:00" schedule-log: '{{ tempFile "backup.log" }}' run-finally: 'cp {{...

+1 My employer does not allow containers to run as root on our kubernetes env. Adil.