Q&D (quick and dirty) backups.. I delete an entire folder from my backup disk,
then copy the same folder from workdisk to backup..so later I want to manually check when I made the last backup.
then copy the same folder from workdisk to backup..so later I want to manually check when I made the last backup.
Code:
Source$ = "D:\data" BackupDrive$ = "L:" Call DeleteSubfolders (BackupDrive$) Dest$ = BackupDrive$ & "\" & DATE$ MKDIR Dest$ CALL Backup (Source$, Dest$)
Leave a comment: