LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

backup and restore files

Solved!
Go to solution

Hello everyone,

I have a set of production machines which are connected to a LAN. All the machines have a local hard drive on board. Periodically (eg once a week), I back up (copy and paste on a network drive) their configuration files, which can be accessed by a PC on the same LAN. 

In case, I may need to restore a configuration file, that is to select one file from the network drive and copy it on one of the production machines.

Can all this be programmed semi-automatically using Labview? If yes (and I assume so) is there any example available which you can provide? Thanks

0 Kudos
Message 1 of 4
(3,110 Views)

@DavideB wrote:

Can all this be programmed semi-automatically using Labview?


The answer is "Yes"

 

But further questions begin.
Are local drives is network published?
If so, then you just need a program that reads files from these disks and saves them to its local disk.
If not, you will likely need clients on each machine and a shared server.
Clients will send these files to the server, which will keep all files in local drive. And if necessary, send back.
0 Kudos
Message 2 of 4
(3,097 Views)

>Are local drives is network published?

 

In most cases, yes (I will eventually address other cases separately).

I knew it could be done, but I cannot figure out how. Is there an example to draw from?

Thanks

0 Kudos
Message 3 of 4
(3,092 Views)
Solution
Accepted by topic author DavideB

I am puzzled.
Do you need an example of copying a file?

cc.png

0 Kudos
Message 4 of 4
(3,088 Views)