45 pts.
 How to take Incremental Backup programmatically using C#
How to take incremental back of files or folders from .net. I need some sample code in c#.

Software/Hardware used:
ASKED: March 4, 2009  6:27 AM
UPDATED: March 12, 2009  5:09 PM

Answer Wiki:
I'm new with C# so am facing the same problem you are. I'm starting here so I figured I'd let you know where 'here' is. Goodluck. http://msdn.microsoft.com/en-us/library/cc148994.aspx
Last Wiki Answer Submitted:  March 12, 2009  4:37 pm  by  Xycadium   30 pts.
All Answer Wiki Contributors:  Xycadium   30 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

For the incremental backup, you will need to read file attributes also, to verify when the file was modified.

Check this link:

How to: Get Information About Files, Folders, and Drives (C# Programming Guide)

 63,535 pts.