Re: [qmailtoaster] How to modified the qt-backup script.

2015-01-26 Thread Eric Broch
I'd add the -v option in the rm command and see what error you're getting in the So, change from "rm -rf \" to "rm -rfv \" and you should get a reason for failure to remove in you nightly log EricB On 1/26/2015 3:36 AM, ChandranManikandan wrote: > Hi Sebastian, > I have modified as per your sug

Re: [qmailtoaster] How to modified the qt-backup script.

2015-01-26 Thread ChandranManikandan
Hi Sebastian, I have modified as per your suggestion but still come with the same files. how to fix this issue on the qt-backup script. On Fri, Jan 23, 2015 at 3:27 PM, Sebastian Grewe wrote: > > $backupdest\$gzmysqldata \ > > I think that backslash shouldn't be there and may cause the fil

Re: [qmailtoaster] How to modified the qt-backup script.

2015-01-22 Thread Sebastian Grewe
$backupdest\$gzmysqldata \ I think that backslash shouldn't be there and may cause the files not being deleted? Sent from my iPhone > On 23 Jan 2015, at 08:09, Chandran Manikandan wrote: > > $backupdest\$gzmysqldata \ -

Re: [qmailtoaster] How to modified the qt-backup script.

2015-01-22 Thread Chandran Manikandan
Hi Eric, Please see below script. which qt-config >/dev/null 2>&1 if [ $? == 0 ]; then . qt-config -s fi : ${backupdest:=/bkhdd/backup/mailbkup} # Where do you want the backups (no trailing slash) : ${useftp:=n} # Use FTP for backups? : ${ftpserver:=ftp://} #

Re: [qmailtoaster] How to modified the qt-backup script.

2015-01-22 Thread Eric Broch
Can you post the script? On 1/22/2015 2:19 AM, Chandran Manikandan wrote: > Hi All, > > I have run Qmailtoaster on Centos 6.6. > > I did qt-backup script and result come below. Here it's came all > backup with individual zip file and consolidated to one backup file. > So how to avoid this . I was

[qmailtoaster] How to modified the qt-backup script.

2015-01-22 Thread Chandran Manikandan
Hi All, I have run Qmailtoaster on Centos 6.6. I did qt-backup script and result come below. Here it's came all backup with individual zip file and consolidated to one backup file. So how to avoid this . I was used on Centos 5.5 qtp-backup and got Backup.tar.gz file only but this new script come