Results 1 to 6 of 6
  1. #1
    alex_raju is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    56

    Cool access database backup...

    hi,

    is it possible to backup ms access database daily updating data only separately


    date wise file?

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Why not just automatically copy or zip your database each day through windows task manager (or something similar)

  3. #3
    alex_raju is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    56
    Quote Originally Posted by rpeare View Post
    Why not just automatically copy or zip your database each day through windows task manager (or something similar)
    hi, can u explain little more clearly ( step by step)

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    If you know anything about batch files that is the easiest way to handle it.

    Let's say your database is in:

    c:\access_databases\MyDatabase.mdb
    and you wanted to back up the database to
    c:\access_databases\backups

    if you had a batch file (the easiest possible would be to just copy the database)

    you would have one line in your batchfile

    copy c:\access_databases\mydatabase.mdb c:\access_databases\backups


    Then go to
    START>CONTROL PANEL>SCHEDULED TASKS>ADD SCHEDULED TASK

    From there it should be fairly easy to run the batch file

  5. #5
    alex_raju is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    56

    Exclamation

    Quote Originally Posted by rpeare View Post
    If you know anything about batch files that is the easiest way to handle it.

    Let's say your database is in:

    c:\access_databases\MyDatabase.mdb
    and you wanted to back up the database to
    c:\access_databases\backups

    if you had a batch file (the easiest possible would be to just copy the database)

    you would have one line in your batchfile

    copy c:\access_databases\mydatabase.mdb c:\access_databases\backups


    Then go to
    START>CONTROL PANEL>SCHEDULED TASKS>ADD SCHEDULED TASK

    From there it should be fairly easy to run the batch file


    yap i got, v.nice idea...but see if. why i asking to save date date wise if any mistakes we can change only that date, in your way is it possible?

  6. #6
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    I'm having trouble with your english, but if you are worried about mistakes happening to your data and you want to restore data you will have to have some method within whatever your backup procedure is to keep track of different days worth of backups.

    For instance, what if you need to restore data from a week ago?

    The example I gave you you would be out of luck because you are only keeping one archive.

    A much better idea if you are worried about bad data getting into your tables is to PROGRAM YOUR FORMS to avoid any possible logical error.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 03-02-2011, 06:50 AM
  2. Database backup automation
    By aat in forum Access
    Replies: 2
    Last Post: 09-17-2010, 07:24 PM
  3. Ezy BackUp
    By FogLine in forum Programming
    Replies: 0
    Last Post: 07-04-2010, 06:46 PM
  4. Access DB backup & restore
    By paulfr in forum Access
    Replies: 1
    Last Post: 09-09-2009, 04:07 AM
  5. Making a backup copy of table or database
    By wasim_sono in forum Access
    Replies: 0
    Last Post: 03-09-2006, 05:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums