Is there a way to create file backups that keep archive copies of older versions of certain file types or folders, say 10 deep? Something I could schedule every weeknight?
Example:
Northwind.mdb
Northwind(01).mdb,
Northwind(02).mdb ...Northwind(10).mdb.
Sometimes a bug shows itself days after the actual crime and I need to go back and see what the code looked like before I broke it.
Thanks
SW
Example:
Northwind.mdb
Northwind(01).mdb,
Northwind(02).mdb ...Northwind(10).mdb.
Sometimes a bug shows itself days after the actual crime and I need to go back and see what the code looked like before I broke it.
Thanks
SW
Comment