Plesk Backup Question..
Hi,Does anyone know how I can do the following.
I want to run a backup on one server, but instead of storing the file locally on that server I want to have it saved directly to my backup server. Ok so these are the command I use
The backup Command:
/usr/local/psa/bin/psadump -F -f - --tar-ignore-failed-read --nostop > /backup/plesk1
The transfer command (this transfers a local file to another server)
scp -r /home2/plesk1 root@11.111.111.1:/backup/
Could I do it using those 2 commands? Or is there another command I could use that would do that? Any help would be appericated - thanks guys!