Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: .bat to make backups without overwrite larger file  (Read 3770 times)

0 Members and 1 Guest are viewing this topic.

xpsypiex

  • Guest
.bat to make backups without overwrite larger file
« on: August 19, 2004, 09:36:23 PM »
I tired to fit as much as possible into the topic. I know how to simply copy stuff from one dir to another. How would i copy stuff from one dir to the other with out over writting the larger file? I need to backup txt files every hour, but sometimes the origional txt files get messed up (why i need backups), then it copys over the messed up files and BLAM backups are pointless. So Please help my write a batch file that will copy files as long as they are larger in file size.

johnwill

  • Guest
Re: .bat to make backups without overwrite larger
« Reply #1 on: August 20, 2004, 07:48:04 AM »
This may take a utility that's a bit more complex than a batch file. :)

Most backups are keyed on the age of the file, not the size.

I suspect you could do this with AutoIt http://www.autoitscript.com/autoit3/ without too much trouble...
« Last Edit: August 20, 2004, 07:49:22 AM by johnwill »