Dan
Moderator
@ Josh
Yes, it takes time to run any backups. Be sure to keep an eye on your disk usage at BQbackup too.
@ Paul
Thank you very much Paul! Although this also ends up giving us a user named "users" from the directory name. Can change this to
Yes, it takes time to run any backups. Be sure to keep an eye on your disk usage at BQbackup too.
@ Paul
Thank you very much Paul! Although this also ends up giving us a user named "users" from the directory name. Can change this to
Code:
find /var/cpanel/users -type f -printf "%f\n" |[/quote] and that should fix it so will do! :)
@ Mylinear
This is the script that WHM backup calls to do it's backups. Server load may or may not be the same, I don't know. I know that it took a lot longer to backup when I used WHM backup than it does now. And I know I frequently got disk space warnings for users when it ran too. Perhaps it runs each backup as that user and now I am running it as root? I don't know. So I guess it comes down to control and being able to have a learning experience. Something as basic and critical as backups I like to have control over.