I have the following expect script that copies a nightly tar archive to another server using scp. Code: #!/usr/bin/expect -f set date [read -nonewline stdin] set file ...
Have you checked to make sure that the backup script is still there? Are the daily scripts being run? If the answers to both of these is yes, trying adding a new entry into crontab explicitly running ...