remote admin backup (do not works) VS remote system backup (works)

vitalijusd

New member
Joined
Jul 24, 2008
Messages
3
Location
Vilnius, Lithuania, Europe, Earth
hi,

i haven't found through the search, so i'll post my question:

i make remote backups (to Ftp on another server). but i need to login with passive mode. when i do backups with "system backup" i found the file
/usr/local/sysbk/conf.sysbk
where i can correct 71st line to
NCFTP_PUT="/usr/bin/ncftpput -E
*adding -E in the end => so mysql night backup works...

but how should i do full system backup additionally or using "admin backup" ?
because it adds
# crontab -u diradmin -l
0 3 * * 2 echo -e "action=backup&id=2&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod 600 /usr/local/directadmin/data/task.queue.da
0 5 * * 5 echo -e "action=backup&id=1&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod 600 /usr/local/directadmin/data/task.queue.da

these 2 lines and i do not know where and how it works... could anyone help? making remote backups is very necessary for me :(

p.s. i guess that one thing is to make mysql backups nightly and somehow i can manually set additional backup using all the checkbox'es
 
Back
Top