Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

backing up file in network

Status
Not open for further replies.

kaancho12

Technical User
Feb 22, 2005
191
hi,
i need to backup some files from computer 'B' in computer 'A'regularly. computer 'A' runs on linux -so i was thinking of running a cronjob but computer 'B' is running on windows. is there a way to set it up?
thanks
ko
 
Perhaps one way is to run an ftp SERVER on windows (recommend TitanFTP) and keep it running so it will answer incoming ftp requests. Then, create a shell script using 'expect' on the Linux box that runs at whatever time you have defined in the crontab. Search the web for MANY examples of using expect to automate ftp sessions.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top