Scheduling Copying Files using Task Manager ?

This doesn't sound very good. Please could you list what downs are working as they upload?.

This topic was started by ,


data/avatar/default/avatar01.webp

621 Posts
Location -
Joined 2001-08-26
Hello,

Anybody knows how to schedule copying files from one computer to another in a local network ?

It s a Win98 machine and I want to copy a database one a special time every day to another machine.

I took allready a look to the windows taskmanager but i did not found a function there.

Any help, tips or links to free software which I can use would be appreciated.

Thank you.

Best
Niels

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar03.webp

499 Posts
Location -
Joined 2002-12-18
if its a sql database there might be a tool to do remote backups. depending on what database it is. i know theres some for mySQL..

data/avatar/default/avatar01.webp

621 Posts
Location -
Joined 2001-08-26
OP
Only normal files and folders. the files containing a database but a normal backup of the files to another folder / pc is more than enough.

data/avatar/default/avatar02.webp

139 Posts
Location -
Joined 2003-01-19
Task scheduler & a batch file are all you need.

assets/images/contentteller/avatar_disabled.webp

0 Posts
Location -
Joined -
or why not use a backup tool ...

check www.fileflash.com

I cant recommend one since I do not need one but I am sure there is one that firts ur needs

data/avatar/default/avatar02.webp

1 Posts
Location -
Joined 2004-05-04
Create a BAT file with comand copy

ex.:
Copy c:databasefile.db n:Backup

where n: is the remote network
and make Taskmanager run this bat every time you need..