rpattabi / diskpacker

Automatically exported from code.google.com/p/diskpacker
0 stars 0 forks source link

Incremental backups #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Incremental backup support needed.

One possible way to implement this:
1. Backup files first time. Note down the date of backup.
2. Next time, give the date of previous backup (for that particular backup set)
3. diskpacker finds files which are created/modified after that specified
date&time, and backs them up.

Original issue reported on code.google.com by ananth.p...@gmail.com on 13 Jun 2008 at 8:56

GoogleCodeExporter commented 9 years ago
Related concept: Backup History. (useful for creating a Disk Catalog too)

Original comment by ananth.p...@gmail.com on 13 Jun 2008 at 8:59