Is it possible to restore only changed/newer files from a incremental backup?
I have made a full backup of a data partition and have several incremental backups of that partition. I only want to restore the changed and new files of certain incremental backups. I don't want to search manually for those files and select only the new and changed ones. That takes a lot of time. Is it possible to produce a list of all the new and changed files in a certain incremental backup so that I can select them for a restore? That would save me lot of time and space....

- Log in to post comments

Natively, no Acronis won't do this, the other commercial home backup products out there won't either (if you find one, let me know, but they don't).
FTRPilot's xcopy work-a-round would do what you're looking for. Alternatively, robocopy would to. Both of these will look for newer copies of files and automatically overwrite older ones with newer ones. Not a good idea to let this run on an entire disk though, but could be useful for say your music folder, or picture folder, or folder with documents. Anythign that has settings, configruations, appdata, full user profile, applictions, or OS folders - best not to try this on.
- Log in to post comments

FtrPilot and Bobbo_3C0X1. Thanks for your good advise. I wil trie this and let you know if it worked :-)
- Log in to post comments

It works! XCOPY and Robocopy do the Job! I also tried the freeware version of XXCOPY. XXCOPY gives even more control:
- Not only dates, also times
- Choose which filedate is used for comparing (modified, created, accessed)
- Flexible logging
- Use max NTFS Pathlength of 32767
- Very good documentation
Disadvantage: XXCOPY can't copy locked files and Robocopy does.
Thnx for the advise!!
- Log in to post comments

Glad to hear it! Robocopy has been very useful for me. Just make sure your source and destination are set correct... I know people who reversed them and had the /Mir switch on so they mirrored the wrong direction and made a mess. I'm guessing you're using /s or /e instead though for this situation anyway? Robocopy /help will show all the possible switches... You can exclude certain files or folders, add more threads, throttle copy speed across a network, etc.
- Log in to post comments

Rensk...I am glad this worked for you...and thanks for the feedback.
- Log in to post comments