Can I have the reseller backups piped to an ftp location? Like so:
tar cvf - <directory you wish to tar up> | ncftpput -u FTPUsername -p FTPPassword-c <ftp hostname or ip> /file_on_ftp_server.tar
That'd be so great to backup all my resellers via FTP and not have to store them locally then rsync them over. Any ideas on how we can stream the backup live?
Adam
tar cvf - <directory you wish to tar up> | ncftpput -u FTPUsername -p FTPPassword-c <ftp hostname or ip> /file_on_ftp_server.tar
That'd be so great to backup all my resellers via FTP and not have to store them locally then rsync them over. Any ideas on how we can stream the backup live?
Adam