473,698 Members | 2,179 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access backup software


We have a database that is in use 24/7, and does not get backed up by our
network backup software because it is always open. Does anyone have
experience with backup software specifically designed for Access which claims
to back up open Access databases? (One example is something called Access
Database Autopilot.) The pessimist in me tends to distrust such things.

We currently are asking the end user in charge of this db to kick everyone
out of the db every evening, turn off an automated process which also hits
the db, then manually make a copy of the db.
Nov 13 '05 #1
6 1723
the safest is to move your backend to SQL server / MSDE which has the
capability to do this type of backup to a disk file which you can then
store offsite, or burn on CD or ...

Nov 13 '05 #2
Baz
"Sue W via AccessMonster.c om" <fo***@AccessMo nster.com> wrote in message
news:51******** ***@AccessMonst er.com...

We have a database that is in use 24/7, and does not get backed up by our
network backup software because it is always open. Does anyone have
experience with backup software specifically designed for Access which claims to back up open Access databases? (One example is something called Access
Database Autopilot.) The pessimist in me tends to distrust such things.

We currently are asking the end user in charge of this db to kick everyone
out of the db every evening, turn off an automated process which also hits
the db, then manually make a copy of the db.


You can schedule a job using the Windows scheduler which copies the database
before the backup (just a simple file copy). The copy will not be open, and
hence will be backed up.

Some people will tell you there is a risk that if you copy an open database
then the copy could be corrupt. Doubtless they are theoretically correct,
but I have loads of experience with automatically backing up open databases
in this way, and I have never encountered a corrupt copy. To be on the safe
side, you could automatically make several copies, one after another. If
the chances of one copy being corrupt are small, then the chances of several
being corrupt are vanishing.
Nov 13 '05 #3

Baz wrote:
Some people will tell you there is a risk that if you copy an open database
then the copy could be corrupt. Doubtless they are theoretically correct,
but I have loads of experience with automatically backing up open databases
in this way, and I have never encountered a corrupt copy. To be on the safe
side, you could automatically make several copies, one after another. If
the chances of one copy being corrupt are small, then the chances of several
being corrupt are vanishing.
Thanks, it sounds like it would be worth trying to copy the open database a
few times and seeing how consistently we get good copies!
le*********@nat pro.com wrote:the safest is to move your backend to SQL server / MSDE which has the
capability to do this type of backup to a disk file which you can then
store offsite, or burn on CD or ...


Unfortunately, this is a vended software program that uses an Access backend
(still!), very much to our chagrin. Our database is 200mb and we aren't even
using half of what the program does; I can just imagine the problems other
companies with bigger db's are having using such large Access db's over a
network.
--
Message posted via http://www.accessmonster.com
Nov 13 '05 #4
Baz
"Sue W via AccessMonster.c om" <fo***@AccessMo nster.com> wrote in message
news:52******** ***@AccessMonst er.com...

Unfortunately, this is a vended software program that uses an Access backend (still!), very much to our chagrin. Our database is 200mb and we aren't even using half of what the program does; I can just imagine the problems other
companies with bigger db's are having using such large Access db's over a
network.
--
Message posted via http://www.accessmonster.com


200Mb is nothing, it's well within the capabilities of Access (assuming, of
course, that the design is good!). I would never advise upsizing to SQL
Server simply because a database had reached a mere 200Mb (although there
may be other compelling reasons).
Nov 13 '05 #5
Many backup programs offer an "open file option" that takes a snapshot of
the files before doing the backup. If you are running WinXP or Windows 2003
Server, then Shadow Copy may be able to do this for you. You may want to ask
the Windows folks in the appropriate newsgroup for your version of Windows.

--
Wayne Morgan
MS Access MVP
"Sue W via AccessMonster.c om" <fo***@AccessMo nster.com> wrote in message
news:51******** ***@AccessMonst er.com...

We have a database that is in use 24/7, and does not get backed up by our
network backup software because it is always open. Does anyone have
experience with backup software specifically designed for Access which
claims
to back up open Access databases? (One example is something called Access
Database Autopilot.) The pessimist in me tends to distrust such things.

We currently are asking the end user in charge of this db to kick everyone
out of the db every evening, turn off an automated process which also hits
the db, then manually make a copy of the db.

Nov 13 '05 #6
I have a similar problem with my customer db. I also COPY the open db to a
Temp location/name, compact the temp file (this should show any corruption
that may occurr) and then copy the compacted temp file to a final
destination. So far (~6mo) no corruption issues or problems. I've gone so
far as to to the backup automatically in the background and the operators
don't even have to stop any processes. I only inform them if there is an
error.

I'm using the File Copy routine from the Access Web written by Dev Ashish.
"Sue W via AccessMonster.c om" <fo***@AccessMo nster.com> wrote in message
news:51******** ***@AccessMonst er.com...

We have a database that is in use 24/7, and does not get backed up by our
network backup software because it is always open. Does anyone have
experience with backup software specifically designed for Access which
claims
to back up open Access databases? (One example is something called Access
Database Autopilot.) The pessimist in me tends to distrust such things.

We currently are asking the end user in charge of this db to kick everyone
out of the db every evening, turn off an automated process which also hits
the db, then manually make a copy of the db.

Nov 13 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2876
by: Bishop | last post by:
For example the files in a computers windows directory and profile directory that the application is running on.
2
1753
by: anton.aleksandrov | last post by:
Hello, First of all - sorry for may be stupid question, but as I am not a Win* administrator and my field is *nix, I am a little bit stuck with a problem, presented to me by one of the customers. He has few windows boxes with some webfile and (most important) - mssql database. And he asks for a backup. I found some company, which offers us IBM's Tivoli software, but my opinion is that they want a little bit too much for it and also, from...
6
4069
by: aj | last post by:
I currently have 2 official DB2 Workgroup Edition licenses for my 2 v8 production servers. I also have tech support/software upgrade agreements in place for both servers. I am interested in building a separate backup/test DB2 server upon which I can experiment with impunity. This backup server will not be in production in any way, and the only person who will ever connect to it is me. It will be up and online most if not all of the...
8
1946
by: David Kistner | last post by:
I'm fairly new to Access (I've worked with Oracle and MySQL in the past). I was asked to build an application for a small office and told that I had to use Access 2002. I was VERY uncomfortable with this, but went ahead anyway. So two weeks ago we rolled out the new system and I'm still wondering how robust Access is......I know it's not in the same league as Oracle, but at the same time this isn't a real big application. But I can't...
1
1341
by: Matthew | last post by:
Hello Access gurus, I'm helping out a friend who's a small business owner. The software he uses to run his shop uses an Access backend. We recently had some huge headaches w/DB corruption. We had to send the main mdb file back to the vendor, who had to send it to an outside company in order to get it fixed. When they did this, we were told that it could be days until we'd get it back. We had a backup that was 3 days old at that...
70
4098
by: Neil Ginsberg | last post by:
Does anyone know if a new version of Access is due to come out anytime soon? Thanks, Neil
6
5848
by: Malcolm Webb | last post by:
I have experimented with the routine to prevent access from closing using the module authored by Dev Ashish to be found at "The Access web" site. Whilst this seems to work, it is not exactly what I would like to do. My database has an Exit&Backup routine called from the exit button on my Main Menu. It is a simple form with options to backup to a choice of specified drives, cancel or exit without backup. What I would really like to...
52
9966
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server 2005, and, since he already has licenses for Office Pro 2002, he wants to upgrade to that. I've been saying that we need to upgrade to Access 2003, not 2002, even if Office is kept at 2002. We are also looking to do a fair amount of...
16
3964
by: john | last post by:
How safe is it to back up a single user mdb when it is opened. No tables are opened at the time of the backup. The only object that is open is the form from which the backup code is being run. Thanks in advance, john
0
8674
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9157
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9028
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8861
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7728
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4369
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3046
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2330
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.