You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
i am running gphotos-sync now in kubernetes. The tools downloads all photos to a nfs storage on my NAS and will be called as cronJob every 6 hours directly from kubernetes.
With this config you can do the same on your setup:
create an empty config file and token file to create the mounts whenever the mounts are empty / can not be read. also this is a good test case if the mounting is working. I had a hard time to create the shared folders due to permissions issues whenever I created them manually.
optionally send mails whenever the job is executed with some summary
What I really like is that the job writes it's state and can recover from API limits / broken internet / general job interruptions!
good job! :)
The text was updated successfully, but these errors were encountered:
Hey,
i am running gphotos-sync now in kubernetes. The tools downloads all photos to a nfs storage on my NAS and will be called as cronJob every 6 hours directly from kubernetes.
With this config you can do the same on your setup:
https://gist.github.com/jrodan/8ffc234fbf857606a216bbb4f968d2fa
Now the ideas:
What I really like is that the job writes it's state and can recover from API limits / broken internet / general job interruptions!
good job! :)
The text was updated successfully, but these errors were encountered: