Holy cow batman, the backups haven't been working.
I have a nice little script that is supposed to backup my server to an ftp site, but I just discovered that it has not been working, and there is a file which is 0 bytes in size on my backup server, with no incrementals whatsoever, argh!!!
btw ncftp rules, I just wish it were true free software :(
tar czf - /service /home /etc /data | ncftpput -c -u -p -v ftpbackup2.serverbeach.com /backup/backup.tar.gz
no idea why this wasn't working, maybe becuase it was running from cron PATH was mostly blank so it couldn't find ncftpput?
Alex
I have a nice little script that is supposed to backup my server to an ftp site, but I just discovered that it has not been working, and there is a file which is 0 bytes in size on my backup server, with no incrementals whatsoever, argh!!!
btw ncftp rules, I just wish it were true free software :(
tar czf - /service /home /etc /data | ncftpput -c -u
no idea why this wasn't working, maybe becuase it was running from cron PATH was mostly blank so it couldn't find ncftpput?
Alex