I would like some evaluation and positive criticism for my routine. I understand generally what backup programs do and I would like the people of CodeCall to submit their understanding/design implementation to this thread.
This is what I've got so far-
- Program Starts and Finds Directory to Backup
- Program Runs through Directory, subdirectories finds files (similar to tree in DOS)
- Compares MD5 Sum of files in directory to backup with files in back up directory
- If different sum it makes another backup of file with timestamp (not overwriting previous file)
- Else it skips this file
Also I would like to know if you think Java is a suitable language to make a backup program in. I personally chose Java because its cross-platform/os and it doesn't require Operating System Calls to manipulate the filesystem.


Sign In
Create Account


Back to top









