I'm using command below to restore a user-level backup, which was from an account with unlimited resources,
But the current account which this backup is going to be restored to, has many limitations on resources like disk and bandwidth,
Using that command will restore the data successfully but will also override the limitations and make the account an unlimited one,
How can I force the restore to not replacing the limitations?
Code:
echo "action=restore&ip%5Fchoice=file&local%5Fpath=__file_path__&owner=admin&select%30=__file_name__&type=admin&value=multiple&when=now&where=local\" >> /usr/local/directadmin/data/task.queue
Using that command will restore the data successfully but will also override the limitations and make the account an unlimited one,
How can I force the restore to not replacing the limitations?