Hi
i have a back drive : /backup/
I search a script to make backup on it.. Can u help me ?
Regards
Seb
Hi
i have a back drive : /backup/
I search a script to make backup on it.. Can u help me ?
Regards
Seb
What's wrong with the built in backup facility? This can backup to the secondary hard drive with no problems - you just need to specify the path in the FTP settings.
Penguin Internet Ltd - http://www.penguin-uk.com
Web Design, UK Web Hosting, Dedicated Servers. Ensim/Parallels Pro Server Specialists - Upgrades & Migrations, Ensim/Parallels Pro Licences & Server Management
desole seb,je suis novice pour tout ça,deja j'ai des probleme,j'espere qu'une personne m'aideras::::::::::
Bonjour
je parle francais, mais pas bien.
si vous créez un 'user' sur le serveur pour la copie de sauvegarde (eg: useradd backup && passwd backup) et apres ca, c'est possible de utilize le 'Tools -> Export'
Mette lá, le nom du serveur et le user/password.
j'espère que vous comprenez ceci
Seanie
bonjour SeanieR,merci pour la réponse mais ce n'est pas du tout mon problème,merci quand meme
Step 1) create a user called "vhbackup" #useradd vhbackup (enter)
Step 2) put a "good" password using the command # passwd vhbackup (enter)
Step 3) # cd /home/
Step 4) # chown -Rf vhbackup. vhbackup
Step 5) go to your control panel and do the export
Step 6) fill the following:
ftpserver : localhost
login : vhbackup
password : (extremelyhardpassword)
ftp location : /home/vhbackup/
email : your email here
Hit export, and you will have your backup on that directory.
In your case you may have to do a symlink from your /backup/ directory to the /home/vhbackup/ directory and do the chown stuff to the whole thing. This way you will be able to write to that directory (I guess)
Other way is to "mount" that /backup/ directory on /home/backup/ and modify the ftp location to /home/backup/
If you have several servers you can handle them on separate directoryes inside /home/vhbackup/
Hope this help, and sorry I do not speak french.
Javier