After &key=XXXXXXXXXXXXXXXXX I tried adding &description=My description txt
Example:
curl -L --max-redirs 1000 -v "https://mydomain.com/wp-content/plugins/akeebabackupwp/app/index.php?view=remote&key=MH9VkA0Jj4ERLNU05p3xaaeRq0fC7TQJ5fQ4IvtbP7WAH3bO&description=My description txt" 1>/dev/null 2>/dev/null
When I execute this via cron the backup does not start. Without description works.
What is the proper method to include description?
Thank you
Leaf