Guys,
As my database is growing and hold more and more data i want to make a daily backup to the local harddisk (it works on a network now) automaticly.
The way i want it to work is as follows :
When a user quits the application i want to check if there is a copy allready existing with the date of today.
If it does it skips the copy process and just quits.
If it doesnt, i want it to make a backup in a directory. if the directory doesnt exist it must be made.
The backup file name must hold the date of today offcourse.
I realise that i have to have a procedure to delete obsolete (outdated) backups as well, but ill worry about that later.
Offcourse ive tried this a few times, otherwise i wouldnt ask it here. But i seem to fail every time..
Anyone here that can help me with this ?