I've running a SQL dump program that backs up databases and puts them in a. Backup folder in the root of the account. The files are zipped and ftp'ed offsite
The scripts are run by cron in each account
Id like to have the backups all either get written or moved to a mounted drive at the root level
The scripts/ accounts don't have access to the mounted drives
What are my options for running these crons in a way that will allow me to store the files in the mounted drive
Any ideas are welcome
The scripts are run by cron in each account
Id like to have the backups all either get written or moved to a mounted drive at the root level
The scripts/ accounts don't have access to the mounted drives
What are my options for running these crons in a way that will allow me to store the files in the mounted drive
Any ideas are welcome
Last edited: