MyKroFt
Guru
- Joined
- Oct 31, 2008
- Messages
- 659
- Reaction score
- 3
when I run /etc/cron.daily/daily-backup.cron i get the following during script execution:
the script continues, but is it missing the sql part of the backup?
I get this on this different machines
Thanks
Myk
Code:
root@pbx:~ $ /etc/cron.daily/daily-backup.cron
ls: /var/lib/asterisk/backups/piafbackup/*.tar.gz: No such file or directory
/etc/cron.daily/daily-backup.cron: line 202: $DIRECTORY/"MySQLDump-"$BACKUPFILE.sql.gz: ambiguous redirect
mysqldump: Got errno 32 on write
the script continues, but is it missing the sql part of the backup?
I get this on this different machines
Thanks
Myk