How can i creat a backup of my forum folder ( only for my forum folder )?
My host has the X Theme and the file manager dosen't offer the feauture to archive folders.
Please help.
How can i creat a backup of my forum folder ( only for my forum folder )?
My host has the X Theme and the file manager dosen't offer the feauture to archive folders.
Please help.
Can you make a full account backup?
Even better, do you have shell SSH access?
If the host hasn't restricted system calls, you could just
run a script to execute a "tar" command and dump the
archive in your home directory.
Foregoing the above, the next easiest thing would be to
just download all your files. This could be done from the web
based file manager but is a whole lot easier to do from FTP.
If you have ssh access, just type:
tar cf filename.tar path/to/folder/
Otherwise you can do it in cpanel in the Backup section
Using a cronjob:
cd /home/ACCOUNT/public_html/a-addondomaincom; tar -czvf file.tar.gz
where ACCOUNT is my cpanel user name
a-addondomaincom - the addon domain folder
I want to make a back-ul of an addon domain.
Is the command good ?
Kenneth
Product Manager
cPanel, Inc.
I kno this things, but my Host dosen't want to provide the x3 theme. ( I'm talking about LunarPages.com )
Ask your host to provide the backup of the desired directory for you. They can tar it and place it in the accounts home directory.