ivandokov / phockup

Media sorting tool to organize photos and videos from your camera in folders by year, month and day.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cron-Job for Docker Image

moritzfl opened this issue · comments

It would be nice to define repeated runs of phockup - for example through the usual cron-syntax.

That way you can simply setup a container once and forget about it...

*     *     *     *     * 
-      -      -      -     -
|     |     |     |     |
|     |     |     |     +----- Day of Week (0 - 7) (Sunday is 0 and 7)
|     |     |     +------- Month (1 - 12)
|     |     +--------- Day (1 - 31)
|     +----------- Hour (0 - 23)
+------------- Minute (0 - 59)