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 was archived by the owner on Aug 27, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently there is no default way of backing up photos from the photobooth to an external drive (e.g. USB or HDD) despite manually coping them,
Describe the solution you'd like
My idea was to have a drop down in the admin to select a drive, then if a drive is selected a cronjob could rsync the files onto it periodically.
Describe alternatives you've considered
For Linux there are udev rules that could be triggered once a mountable drive was inserted, but that doesn't port to Windows (maybe there are ways for Windows to achieve the same).
Is your feature request related to a problem? Please describe.
Currently there is no default way of backing up photos from the photobooth to an external drive (e.g. USB or HDD) despite manually coping them,
Describe the solution you'd like
My idea was to have a drop down in the admin to select a drive, then if a drive is selected a cronjob could rsync the files onto it periodically.
Describe alternatives you've considered
For Linux there are udev rules that could be triggered once a mountable drive was inserted, but that doesn't port to Windows (maybe there are ways for Windows to achieve the same).