-
i want to automate the cli to run every hour images will be added to the directory from my iphone using photosync app via samba as i dont want to reupload my entire album from my iphone i use this command but just not sure what is the best way to automate it node opt/immich-cli/bin/index.js upload --yes --delete --email [email protected] --password immich1234 --server http://127.0.0.1:2283/api -d /home/user/immich-upload/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The best tool is probably a cron job. You'll need to google for the exact way to set it up on the operating system you're using. |
Beta Was this translation helpful? Give feedback.
The best tool is probably a cron job. You'll need to google for the exact way to set it up on the operating system you're using.