Page 1 of 1

Sending Backups to a different Drive

Posted: Wed Mar 08, 2017 6:15 pm
by Macmike
Right now Vesta is backing up my site once a day to the server drive. I have an external drive hooked to the USB port. Is there any way to have the backups sent to the external drive. Seems like being on the server if the server drive goes down then you are hung out to dry no backups offsite. I would love to have some way to backup the whole bloody server to this external drive. Any ideas.

Server is Ubuntu 16.04 LTS
macmike

Re: Sending Backups to a different Drive

Posted: Thu Mar 09, 2017 6:33 am
by mehargags
so simple... run a daily cron to copy your /backup dir to the external one

For Eg: if you have your USB Drive mounted under /usb

Code: Select all

cp -avr /backup /usb/backup
source : https://www.cyberciti.biz/faq/copy-fold ... mand-line/