Question:
Pulling data from an another system within network?
Thunderbird
2013-06-05 00:23:45 UTC
Hello Friends,
I need a solution for my network. I want to pull some file from another system to my system. How?
Actually in my network there is two system, both of them regularly updating a specific file (xls) on drive D by its user. These files are too much important. So till now I am coping the file to pendrive and putting it in a secured system (My System) from where data loss is not at all possible. now I am thinking to do the same job automatically through a batch file. I know this is possible, but I don't know how, so if any one help me out for this It ll be really helpful. Waiting for your positive reply.
Three answers:
richarduie
2013-06-05 08:04:00 UTC
There's a discussion of using Subversion (svn) for synchronized backups of this sort at:



http://stackoverflow.com/questions/61888/using-subversion-for-general-purpose-backup



Also, one of the entries in that discussion mentions bup, a git-based backup tool...



https://github.com/bup/bup



You can schedule periodic tasks on the different network boxes to run commits to a repository on your machine (or elsewhere). That repository should be defined on the directory tree where you want your local copy to reside on your box. Requires that you:



- install svn (or git) as a service on your box

- install as a client on the other boxes

- create batch task to run on each network box to update from and then commit to your repository



I don't use git, and haven't automated the use of svn for the purpose. However, I've used svn for years both professionally and privately and love it. I use svn on my home network to keep my code synchronized across my three development boxes, i.e., workstation, laptop, and netbook. I also keep several directories of personal information in my svn repository both for convenience of cross-box access, version control (like the original intent of a version control system), and backup safety.



Note - I have a separate server on my home network for this...just something you might consider. My svn (and print) server is an old, 1.2GHz Pentium with only 512MB of RAM and about 120GB of storage. No keyboard, mouse, or screen - remote administration only. It's a very cheap solution that ensures the repository is always available when the clients want to update/commit. If you're keeping your repository on your own machine, your box has to be on and connected to the network in order for the other boxes to connect to the repository. If you install svn as a service on another box on the network, you can simply update you own working copies of the files on your box as a client whenever it suits you to be connected, and all other clients can update and commit on any schedule, presuming you leave the server always-on.
2016-12-28 19:44:20 UTC
I accept as true with you thoroughly! :) something like this occurred to me at the instant once I published a question asking human beings "is this information that the bible could be incorrect?". I gave my reasons for suggesting available flaws interior the scriptures reason individually i stumble on it very perplexing to have faith that something that replaced into wrote by guy must be with out errors yet i replaced into basically suggesting that it would incorporate an errors or 2. I wasn't attempting to ruffle peoples feathers or something purely attempt and get some feedback. for helpful I have been given some solutions yet later that day once I went to award a ultimate answer the question have been bumped off/deleted! i do no longer know why this occurred precisely the only logical clarification replaced into that it had indignant somebody besides the undeniable fact that it replaced right into a actual question. i do no longer know what we are able to do interior the destiny because of the fact the R&S section probable 2d in straightforward terms to the politics communicate board has the worst recognition on Yahoo! solutions yet for now we purely might desire to maintain on taking possibilities interior the wish that we don't offend every physique :) besides, i wish this facilitates and that i wish you the very ultimate of success :)
icefyre
2013-06-05 02:09:21 UTC
You need to use s a synching service. If your data isn't confidential I'd recommend using dropbox as it's the simplest and most well known. They give you 2GB of free space which is easily expandable to 5GB by tweeting about them, etc...

If your data IS confidential, you need to make sure to use a sync client that encrypts the data locally using your own provided secret key. I'd recommend Spideroak for this. Spideroak also provides some free space (I think 2GB). There are many other options but these are two good ones and they are multiplatform, they work on Windows, Mac and Linux.



Dropbox is at: http://www.dropbox.com/

Spideroak is at: https://spideroak.com/‎



Hope this helps!


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...