Jump to content

Copy file from W2K to Linux web server


Recommended Posts

Posted

I want to automate the copying of a daily created file from a windows 2K file server into a web folder on my slackware server.

 

Any help please

Posted

K right thanks. Rsync would be what i'd like to do, would easily cure the problem of copying over new files.

 

As this file could appear anytime, i'd need to check repeatedly. What are the commands to run cron?

 

How do I attach to a windows share from linux - what's the command?

Posted
What are the commands to run cron?

 

You must edit the system crontab. It's located at /etc/crontab. If your confused about the format of the file, consult the man page (man crontab).

 

How do I attach to a windows share from linux

 

mount -t cifs ///

 

You may wish to set things up in /etc/fstab though so Linux mounts the share on bootup.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...