Backup & Restore Files in DirectAdmin
How to back up and restore website files, databases, and email accounts in DirectAdmin using the built-in backup tools.
DirectAdmin includes built-in backup tools for creating and restoring account backups. For server-level automated backups, RemarkableCloud also runs JetBackup: see the JetBackup guide.
Creating a backup (user level)
.tar.gz file in your home directory at /home/username/backups/.Downloading the backup
After creation, download the backup via FTP or File Manager:
- Go to File Manager
- Navigate to your home directory →
backups/ - Click the backup file → Download
Or via SCP from your local machine:
scp -P 22 username@YOUR_SERVER_IP:~/backups/backup_username_DATE.tar.gz ./
Scheduling automated backups (admin)
From WHM-equivalent in DirectAdmin (Admin Tools → Admin Backup/Transfer):
Restoring a backup
~/backups/, it appears in the list. Otherwise upload it via File Manager or FTP first.Admin-level restore (any account)
As Admin you can restore any user’s backup:
- Admin Tools → Admin Backup/Transfer → Restore
- Select the user
- Upload or select the backup file
- Click Restore