I want to run this like a CLI command and have it simply turn on, run backup, finish. Currently it remains open and ondly runs on the cron schedule.
Basically, all I want to do is run this command and a backup happens immediately and then container terminates instead of doing the cron job:
docker compose run --rm openldap-backup
Is this currently possible? Can I maybe disable the cron schedule?
I want to run this like a CLI command and have it simply turn on, run backup, finish. Currently it remains open and ondly runs on the cron schedule.
Basically, all I want to do is run this command and a backup happens immediately and then container terminates instead of doing the cron job:
Is this currently possible? Can I maybe disable the cron schedule?