Roundcube backup/logs location

Here you can find tutorials and notes for server-side maintenance/configuration

Roundcube backup/logs location

Postby lik » Fri Jul 09, 2010 1:22 pm

Roundcube backups and logs can be found at the following directory on the cPanel-based server:
Code: Select all
ls -la /var/cpanel/roundcube

Simple way to list all the available backups in this directory is:
Code: Select all
find /var/cpanel/roundcube -maxdepth 1 -type f -name "roundcube.backup.sql*"


Via root SSH access, the following command may be used to monitor the Roundcube logs while sending a test message in attempt to trigger the issue (and to see the resulting error details that are logged):
Code: Select all
tail -fvn0 /var/cpanel/roundcube/log/*
lik
Founder
Founder
 
Posts: 497
Joined: Wed Dec 15, 2010 3:21 am

Return to Server Side Actions

 


  • Related topics
    Replies
    Views
    Last post
cron