the right way to integrate Incremental backups with DirectAdmin

nservices

Verified User
Joined
Dec 11, 2008
Messages
301
Hi,
I have external Script that do incremental backups for DA Users
so, I have 2 questions about that:

1. how can I add some feature / button on Admin Backup/Transfer
on Create Backup and Restore Backup sections?
And if we're talking about it, it's can be used to add DNS Templates for Office365 / Google apps / Zoho etc... at DNS Management and Modify MX Records pages

2. what is the best way / custom script to intervene so DB and settings will continue to do with DA Backup and files backup will work with my incremental script
I want to be able to restore both DB / settings and & Files on one click, possible?

Thanks!
 
Hello,

We don't know what kind of script you use, so its up to you to find out the best possible solution and ingrate it into DA. Here you can find some basics on the matter:

- How to customize one portion of a DA skin, without needing to create your own skin.
https://help.directadmin.com/item.php?id=295

- Backup post scripts (hooks):
https://www.directadmin.com/search_versions.php?query=backup_post.sh

- DNS templates:

/usr/local/directadmin/data/templates/dns_aaaa.conf
/usr/local/directadmin/data/templates/dns_a.conf
/usr/local/directadmin/data/templates/dns_caa.conf
/usr/local/directadmin/data/templates/dns_cname.conf
/usr/local/directadmin/data/templates/dns_mx.conf
/usr/local/directadmin/data/templates/dns_ns.conf
/usr/local/directadmin/data/templates/dns_spf.conf
/usr/local/directadmin/data/templates/dns_srv.conf
/usr/local/directadmin/data/templates/dns_tlsa.conf
/usr/local/directadmin/data/templates/dns_txt.conf

you can copy them into /usr/local/directadmin/data/templates/custom/ with your modifications.

https://www.directadmin.com/features.php?id=317
https://www.directadmin.com/search_versions.php?query=dns_a.conf
 
Back
Top