Hello, after reading Webfaction docs, I already have a cron job that makes daily backups, but now, I would like to configure a task that makes daily backups in the same way as Webfaction logs: rotating and compressing dump files. After some googling, I found logrotate. I tried to configure it with my Webfaction account, but it seems that I don't have enough privileges to use it. Any ideas? Thanks. asked 28 Apr '11, 04:42 Sergio Rus |
Logrotate is already installed on our side though it is not on the default path. To call it, you need to run:
You will need to use your own configuration and state files to use logrodate from your account. You can check "man logrotate" for the exact configuration syntax. answered 28 Apr '11, 04:51 tie OK I didn't name the status file as "lograte.status". Now, it works. Thanks.
(28 Apr '11, 05:04)
Sergio Rus
|