Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - copy and update files in a folder

Reply
 
Old 09-13-2009   #1 (permalink)
Ole Man


 
 

copy and update files in a folder

Hi - I have 3 Windows computers (2 are XP and 1 Vista) which I
occasionally update or use a pc to back up files. To update the folders I
copy the folders to a 1 or 2 GB flash drive and then copy the files from the
flash drive to the pc and then delete the old folder from the pc with the
update folder. This is time consuming. I have a network for the 3 pcs. Years
ago I used a XCopy DOS command to update files but have gotten away from
that. There must be a better way without purchasing additional software.
What I want to accomplish is to update a folder by updating only the files
that have changed since last update. What is the easiest and fast way? Any
suggestions and hopefully I am in the correct newsgroup. Many thanks - the
'Ole Man'


My System SpecsSystem Spec
Old 09-13-2009   #2 (permalink)


Windows Vista Enterprise x64 SP2
 
 

Re: copy and update files in a folder

You can backup all folders using Vista's backup and restore center. You would want the Vista PC to have the other PC's (and folders) networked and shared.

You also could have the shared folders on your desktop and use drag and drop.

Using Windows Explorer is also another method.
My System SpecsSystem Spec
Old 09-14-2009   #3 (permalink)
Gordon


 
 

Re: copy and update files in a folder


"Ole Man" <ZeroMail@newsgroup> wrote in message
news:AB763A3C-9141-4AB1-B66F-DBC2338E3B18@newsgroup
Quote:

> Hi - I have 3 Windows computers (2 are XP and 1 Vista) which I
> occasionally update or use a pc to back up files. To update the folders I
> copy the folders to a 1 or 2 GB flash drive and then copy the files from
> the flash drive to the pc and then delete the old folder from the pc with
> the update folder. This is time consuming. I have a network for the 3 pcs.
> Years ago I used a XCopy DOS command to update files but have gotten away
> from that. There must be a better way without purchasing additional
> software. What I want to accomplish is to update a folder by updating only
> the files that have changed since last update. What is the easiest and
> fast way? Any suggestions and hopefully I am in the correct newsgroup.
> Many thanks - the 'Ole Man'
Synctoy.
http://www.microsoft.com/downloads/d...DisplayLang=en



My System SpecsSystem Spec
Old 09-14-2009   #4 (permalink)
Alessandro


 
 

Re: copy and update files in a folder

Ole Man wrote:
Quote:

> Hi - I have 3 Windows computers (2 are XP and 1 Vista) which I
> occasionally update or use a pc to back up files. To update the folders
> I copy the folders to a 1 or 2 GB flash drive and then copy the files
> from the flash drive to the pc and then delete the old folder from the
> pc with the update folder. This is time consuming. I have a network for
> the 3 pcs. Years ago I used a XCopy DOS command to update files but have
> gotten away from that. There must be a better way without purchasing
> additional software. What I want to accomplish is to update a folder by
> updating only the files that have changed since last update. What is the
> easiest and fast way? Any suggestions and hopefully I am in the correct
> newsgroup. Many thanks - the 'Ole Man'
You can use robocopy! It comes with Windows! This command will only copy
the files that have been updated.

robocopy [source] [destination] *.* /E /XO

source/destination can also be shared folder (i.e. \\computer\sharedfolder)

/E copy subdirectories, including Empty ones.
/XO eXclude Older files.

You can also use the following options if you want:

/PURGE delete dest files/dirs that no longer exist in [source].

/MON:n :: MONitor source; run again when more than n changes seen.
/MOT:m :: MOnitor source; run again in m minutes Time, if changed.

and

/LOG:file :: output status to LOG file (overwrite existing log).
/LOG+:file :: output status to LOG file (append to existing log).

You can also use the /FFT switch

/FFT :: assume FAT File Times (2-second granularity).

if you're copying to a FAT partition (the last change file could be
different, this switch fixes this problem).

Alex
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
vbscript to copy files from netlog to local profile folder VB Script
copy text files only from all subfolders within a folderto a another folder VB Script
Pls. update me on Vista's Program Files folder Vista account administration
copy files in folders to a single folder PowerShell
Re: Copying CD files to folder, then copy folder to another hard drive, explorer hangs Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46