I'm using the command below to add backup/restore task to DA via ssh,
echo "action=backup&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&select%30=user&type=admin&value=multiple&when=now&where=local" >> /usr/local/directadmin/data/task.queue
which works fine,
But also sometimes I need to add a comment on tasks to be visible in messages section of DA,
Does DA support such requirement?
echo "action=backup&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&select%30=user&type=admin&value=multiple&when=now&where=local" >> /usr/local/directadmin/data/task.queue
which works fine,
But also sometimes I need to add a comment on tasks to be visible in messages section of DA,
Does DA support such requirement?