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
I am using the command: php artisan lychee:sync
part of the cron job it will run every day, the android phone will push the photos to a directory in the server,
but there is no option to "delete original" as in the GUI
maybe there is different API call, or it not exists for the CLI
The text was updated successfully, but these errors were encountered:
$exec->delete_imported = false; // we want to sync -> do not delete imported files
I guess the lychee:sync command was meant to be limited-utility (just to keep lychee in sync with an external directory) but I agree with you that it seems unnecessarily limiting...
I am using the command:
php artisan lychee:sync
part of the cron job it will run every day, the android phone will push the photos to a directory in the server,
but there is no option to "delete original" as in the GUI
maybe there is different API call, or it not exists for the CLI
The text was updated successfully, but these errors were encountered: