I want to coppy a backup script from one server to another.
Im running the following as root on server with ip 10.0.6.24
where the file backup is located on server 10.0.6.22 in the etc/cron.d folder.
It askes me for a password which i enter then it says
backup: No such file or directory
what am i doing wrong? as the file is there
Im running the following as root on server with ip 10.0.6.24
Code:
scp backup 10.0.6.22:/etc/cron.d/
It askes me for a password which i enter then it says
backup: No such file or directory
what am i doing wrong? as the file is there