martix Posted January 14, 2008 Report Share Posted January 14, 2008 I wanna put a syncronization script on my computer to rid me of a very annoying task.Its supposed to copy all files(except one) from a certain folder to another folder, overwriting any existing files in the process.This happens at logoff time(that part is covered). Quote Link to comment Share on other sites More sharing options...
Mike567 Posted January 14, 2008 Report Share Posted January 14, 2008 Windows brefcase does this i believe. Quote Link to comment Share on other sites More sharing options...
martix Posted January 14, 2008 Author Report Share Posted January 14, 2008 Somehow I doubt that... the word "syncronize" just seemed best for the occasion, don't associate it wrongly. Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted January 15, 2008 Report Share Posted January 15, 2008 Its supposed to copy all files(except one) from a certain folder to another folder, overwriting any existing files in the process.It is very simple to write a script that copies all files to another destination. However, the except one clause is the problem. I cannot see how this can be done in a script; you may have to write a program for this. Quote Link to comment Share on other sites More sharing options...
AlanHo Posted January 15, 2008 Report Share Posted January 15, 2008 I use a program called "Second Copy" which automatically copies all files that have changed since the last back-up to a prescribed destination. You can set it up in a number of ways to copy files and it will easily do what you ask. Mine is set up to copy all changed or new files on my D: drive - except some specified ones - to an external USB drive each time I shut down the computer. It also deletes or moves from the external drive any files that have been deleted or moved on the source Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.