problem in restore fullbackup

skym4n

Verified User
Joined
Aug 1, 2020
Messages
100
Location
Brazil
In Brazil, after the increase in prices for cPanel licenses, thousands of companies have chosen to migrate their customers to Directadmin and Plesk. (being that migrating to Plesk is a big mistake).
However, I see many of these companies or small professionals returning to use cPanel despite the abusive prices.
Directadmin seems to be going back to SysAdmins, because some configurations that should work with just a few clicks just like cPanel just don't work.
I set up a fullbackup that is normally generated, but it is impossible to restore from the panel (I don't want to have to download and restore it manually).
I set up a remote send, I've tried everything and it doesn't work .... I can't even restore a remote backup that is on a secondary hd.
How do I solve this problem?
 

Attachments

  • erro-backup.png
    erro-backup.png
    437.5 KB · Views: 77
Can you provide the output of the following command? ls -lah /backup/03-21-21/custom/home

The backup file that you want to restore should be owned by the admin user. You can use the chown command to change the ownership, i.e:

cd /backup/03-21-21/custom/home
chown admin:admin $yourbackupfile (or just chown admin:admin * if you want to apply it for all backups in the directory).

DirectAdmin is really not as complex as many people make out. Just like buying a new car from Porsche instead of Ford, it will take a while to get used to the controls, but once you do it makes good sense.
 
Back
Top