I want this:
to go to:
ip: 123.45.67.89
user: backup
pass: pass
port:21
I probably need understanding of the "where" parameter
AND
I assume "value=multiple" means all data from this user, is that true?
What is the correct value for only backing up the database?
Code:
echo "action=backup&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&select%30=testuser&type=admin&value=multiple&when=now&where=local" >> /usr/local/directadmin/data/task.queue
to go to:
ip: 123.45.67.89
user: backup
pass: pass
port:21
I probably need understanding of the "where" parameter
AND
I assume "value=multiple" means all data from this user, is that true?
What is the correct value for only backing up the database?