I have a hosting customer who requires us to supply a non-standard backup service.
Specifically, he's looking for us to ensure that, once a month, we auto-copy a backup of his hosting account to a remote storage location of his choosing.
I'm sure I can organise a custom cron job for this. But what would be even better would be to be able to manage this via WHM (and/or cPanel) on a per-account basis.
IMHO this represents an upsell opportunity for hosting companies who wish to offer advanced/enhanced backup options to clients who wish to pay for them.
I believe there's the potential for high demand for this sort of personalised backup service. Reason: some hosting customers are paranoid that - if our company goes under - what happens to their sites and their backups? There's a distinct "comfort factor" for the customer if they know what - if the worst happens to our company - then at least they have a relatively recent copy of their site on their own storage facility.
I've offered up this same discussion over here: http://forums.cpanel.net/f49/custom-script-copy-single-backup-file-remote-server-whm-amazon-s3-432922.html
While this is not currently possible in the cPanel UI, you can use the command line utilities coupled with the Fullbackup cPaneil API1 call to run a backup as a cronjob:
The call would look like this:
For example, when run as the user:
If it's run as root, it will need to include the --user flag:
While this is not currently possible in the cPanel UI, you can use the command line utilities coupled with the Fullbackup cPaneil API1 call to run a backup as a cronjob:
The call would look like this:
For example, when run as the user:
If it's run as root, it will need to include the --user flag:
It would be good to have a selectable limit in WHM on how frequent the backups could be scheduled. For shared hosting servers for example, I would not want to allow every account to schedule daily backups due to the added impact but weekly would be ok.
It would be good to have a selectable limit in WHM on how frequent the backups could be scheduled. For shared hosting servers for example, I would not want to allow every account to schedule daily backups due to the added impact but weekly would be ok.
While this is not currently possible in the cPanel UI, you can use the command line utilities coupled with the Fullbackup cPaneil API1 call to run a backup as a cronjob:
The call would look like this:
For example, when run as the user:
If it's run as root, it will need to include the --user flag:
While this is not currently possible in the cPanel UI, you can use the command line utilities coupled with the Fullbackup cPaneil API1 call to run a backup as a cronjob:
The call would look like this:
For example, when run as the user:
If it's run as root, it will need to include the --user flag:
Alot of our customers already do backups to Dropbox with Installatron. However Installatron backups only work for a list of scripts and not for any custom websites and don't backup e-mail.
Having this feature for tools like Google Drive or Dropbox for end users would be great.
Alot of our customers already do backups to Dropbox with Installatron. However Installatron backups only work for a list of scripts and not for any custom websites and don't backup e-mail.
Having this feature for tools like Google Drive or Dropbox for end users would be great.
Replies have been locked on this page!