M
MattElmore
Guest
I would like to pipe the pleskbackup over another process (e.g., ssh or ftpbackup) for the purpose of transferring the backup to our backup server WITHOUT first creating a local copy on disk.
Something like this:
# plesbackup --all - | ssh root@backupserver dd of=/mnt/raid/backups/`uname -n`
where '-' is the stdout
This does not appear to work correctly as it did in 7.5R.
OS is FreeBSD.
Any suggestions?
Regards,
Matt
Something like this:
# plesbackup --all - | ssh root@backupserver dd of=/mnt/raid/backups/`uname -n`
where '-' is the stdout
This does not appear to work correctly as it did in 7.5R.
OS is FreeBSD.
Any suggestions?
Regards,
Matt