How to create backup based on date?

Asked By 0 points N/A Posted on -
qa-featured

Hi experts,

How to create backup based on date?

I am making a backup of my Databasing project. 

And I just want to know the method of doing some back up for reference and future use?

Thanks

 
SHARE
Best Answer by Davidson Mudge
Answered By 15 points N/A #149205

How to create backup based on date?

qa-featured

You want to create back-up based on date. I Think something like D/Folder/back-up <date>, you want. 

If so, I think I can help. Get the Vice Versa help file from:

http://www.compareandmerge.com/

Look for Folder variables there. Set a command for <date> to current date. 

You’ll get the result.

You can also get manual results from this site:

http://www.joescat.com/backup/

Hope these will help you.

 
Best Answer
Best Answer
Answered By 0 points N/A #149206

How to create backup based on date?

qa-featured

Hi Timothy,

Having your back up with date is a good way of organizing it, while using 3rd party software can help you do that you also can do it by creating a windows batch file or setting your Software to back up having the date as file name.

1. Option create batch file with this code:  mkdir back_up%date% then you can read through this tutorial to extract characters on how you would want the date to look like, say 05012013.

2. Option: Look for Folder variables or Folder options on your database software then select < date > and this will expand automatically to the current date.

However you have to do the 2nd option when you do back up.

Related Questions