Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
Network Troublshooting => Linux Servers Support => Topic started by: zubair on April 11, 2006, 04:45:39 AM
-
Hello to All " LinuxSolved Family "
I have installed FedoraC4 as a file server in my orgnization,
Right now i am taking manual backup of my file server to my Backup Machine or Backup Server.
Now..
i want to take automatic backup of my file server to another computer or machine of LAN . for security purpose.
I think i have to write script for that but i am not able to do that so any body can help me to resolve this query.
Waiting for Reply
Regards,
Zubair :P
-
There was a similar discussion about automatic backup .. give a look to it --> Automatic Backup (http://www.linuxsolved.com/forums/ftopic1839.html)
-
Hello ,
Thank for Responding ...
Actually i am taking manually backup of my file server to backup server with scp command. both machine's are in the same LAN.
command like scp -pqrv root@192.168.1.25:/home root@192.168.1.24:/home
after running this command its asking for root passwod of 192.168.1.25 machine and after that 192.168.1.24 means first destination and second source so i have to put password manully for the both root .
Now i want to make a script for manually backup means if script will run so no need to type password. it should accpet password automatically from the script.
And after making that script i can put that script in to crown jobs.
i have go through with your suggestion but i didn't found any thing that i want so can you give me another solution for my query..
Regards,
Zubair
:P
-
I can see that you have posted yoursame question twice as new thread anyways..
Well, you may now need to wait as someone with proper knolwedge in bash scripting can help you here better.
-
Why dont you genarate ssh-keygen i.e trusted keys ..after that it will not ask u for the password.....
Just follow this link
http://www.akadia.com/services/ssh_scp_without_password.html
Gaurav