<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tony's Microsoft Access Blog : backup</title><link>http://msmvps.com/blogs/access/archive/tags/backup/default.aspx</link><description>Tags: backup</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Death by Delete - Backups, backups and test your backups</title><link>http://msmvps.com/blogs/access/archive/2009/06/25/death-by-delete-backups-backups-and-test-your-backups.aspx</link><pubDate>Thu, 25 Jun 2009 21:49:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1696741</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1696741</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1696741</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2009/06/25/death-by-delete-backups-backups-and-test-your-backups.aspx#comments</comments><description>&lt;p&gt;&amp;quot;One day, a developer was optimizing the database and removing records that MegaPetCo no longer needed. All it took was a single, poorly formed delete query to wipe out each and every row in the database table.&amp;quot;&lt;/p&gt; &lt;p&gt;&amp;quot;...&amp;nbsp; but that was the least of the company&amp;#39;s worries. The status of its backups was bleaker still: None. Zip. Zilch. Nada.&amp;quot;&lt;/p&gt; &lt;p&gt;&lt;a href="http://thedailywtf.com/Articles/Death-by-Delete.aspx" target="_blank"&gt;Death by Delete&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1696741" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item><item><title>Steps to think about when doing a data MDB back up, compact or zip.</title><link>http://msmvps.com/blogs/access/archive/2009/06/18/steps-to-think-about-when-doing-a-data-mdb-back-up-compact-or-zip.aspx</link><pubDate>Thu, 18 Jun 2009 22:16:27 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1695816</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1695816</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1695816</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2009/06/18/steps-to-think-about-when-doing-a-data-mdb-back-up-compact-or-zip.aspx#comments</comments><description>&lt;p&gt;I have a button on my &lt;a href="http://www.granitefleet.com/" target="_blank"&gt;Granite Fleet Manager&lt;/a&gt; app which allows the user to do a backup of the backend data MDB. I also have two other buttons which zip and email the backend data MDB to either themselves for backup purposes or to me for support purposes. &lt;/p&gt; &lt;p&gt;However any open forms or reports will lock the back end MDB file so a rename and compact won&amp;#39;t happen. &lt;p&gt;As I do not know which forms and reports the user might have left open when they click on any of the buttons I run through some code that closes all open forms and reports, then run the code doing the rename, compact back to the same file name and, if requested do the zip and email. &lt;p&gt;&amp;#39; close all forms and reports&lt;br /&gt;For Each frm In Forms&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DoCmd.Close acForm, frm.Name&lt;br /&gt;Next frm&lt;br /&gt;DoEvents&lt;br /&gt;For Each rpt In Reports&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DoCmd.Close acReport, rpt.Name&lt;br /&gt;Next rpt&lt;br /&gt;DoEvents &lt;p&gt;DoEvents seems to be necessary to give things time to close. But maybe not.. &lt;p&gt;Also note that I do keep a status form open during the above operation. I also do not have any list boxes or combo boxes with the row source set to a query or table referencing the data MDB on the form. And I don&amp;#39;t have any open recordset or database variables for &lt;a target="_blank"&gt;performance purposes&lt;/a&gt;. &lt;p&gt;You can double check that this code works by stopping the code just after the above and seeing if the ldb file on the data backend mdb no longer exists &lt;p&gt;Of course if there are other users in the back end then the rename won&amp;#39;t work of course. Also see my &lt;a href="http://www.granite.ab.ca/access/backup.htm" target="_blank"&gt;Backup, do you trust the users or sysadmins?&lt;/a&gt; tips page for more info.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1695816" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item><item><title>‘Tis The Season To Think About Backups</title><link>http://msmvps.com/blogs/access/archive/2008/12/20/tis-the-season-to-think-about-backups.aspx</link><pubDate>Sun, 21 Dec 2008 05:23:34 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1657380</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1657380</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1657380</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2008/12/20/tis-the-season-to-think-about-backups.aspx#comments</comments><description>&lt;p&gt;An excellent blog posting &lt;a href="http://blogs.msdn.com/mark_relph/archive/2008/12/15/tis-the-season-to-think-about-backups.aspx" target="_blank"&gt;‘Tis The Season To Think About Backups&lt;/a&gt;.&amp;nbsp; &amp;quot; Just this week a close friend as well as a colleague here at Microsoft had their houses broken into and their PCs with all their photos and videos stolen.&amp;nbsp; Luckily they had done a proper backup. &amp;quot;&lt;/p&gt; &lt;p&gt;The author mentions Outlook and Outlook Express without stating that those files are found in the User Apps folder which is hidden away.&amp;nbsp;&amp;nbsp; In Windows XP it&amp;#39;s found in C:\Documents and Settings\ttoews\Application Data while in Windows Vista it&amp;#39;s found in C:\Users\ttoews\Application Data.&amp;nbsp; (Or similar.)&amp;nbsp;&amp;nbsp; These days many folks are using Gmail, Hotmail, Yahoo and similar so that may not be of concern to you.&amp;nbsp;&amp;nbsp; Unless, of course, they lose your email for you.&lt;/p&gt; &lt;p&gt;For genuine stories about lost data see the following blog postings &lt;a href="http://msmvps.com/blogs/access/archive/2007/07/09/egyptian-poet-pleads-for-stolen-works-to-be-returned.aspx" target="_blank"&gt;Egyptian poet pleads for stolen works to be returned&lt;/a&gt; and &lt;a href="http://msmvps.com/blogs/access/archive/2007/10/07/have-you-made-a-recent-copy-of-your-files-and-photos.aspx" target="_blank"&gt;Have you made a recent copy of your files and photos?&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1657380" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category><category domain="http://msmvps.com/blogs/access/archive/tags/Disaster+Recovery/default.aspx">Disaster Recovery</category></item><item><title>How are your personal backups?</title><link>http://msmvps.com/blogs/access/archive/2008/11/29/how-are-your-personal-backups.aspx</link><pubDate>Sat, 29 Nov 2008 20:53:34 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1655385</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1655385</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1655385</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2008/11/29/how-are-your-personal-backups.aspx#comments</comments><description>&lt;p&gt;Including all your photos? And your Outlook and Outlook Express files which are, last I read, stored in a sub folder of your Application Data folder and not your My Documents folder?&lt;/p&gt; &lt;p&gt;&amp;quot;The GpCode family is a dangerous form of malware which can permanently destroy files by encrypting them.&amp;nbsp; The capability for AV products to de-crypt files vary and can&amp;#39;t be relied on in all cases, especially when complex encryption techniques are used. &amp;quot;&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/harrywaldron/archive/2008/11/29/new-gpcode-ransomeware-attack-encrypts-victims-files.aspx" target="_blank"&gt;New GpCode Ransomeware attack encrypts victims files&lt;/a&gt; &lt;/p&gt; &lt;p&gt;No, no, no.&amp;nbsp; Do not leave this until tomorrow.&amp;nbsp;&amp;nbsp; Grab a coffee and start copying files to a DVD.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1655385" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item><item><title>I don't trust the "cloud"</title><link>http://msmvps.com/blogs/access/archive/2008/08/12/i-don-t-trust-the-quot-cloud-quot.aspx</link><pubDate>Tue, 12 Aug 2008 23:59:02 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1644453</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1644453</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1644453</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2008/08/12/i-don-t-trust-the-quot-cloud-quot.aspx#comments</comments><description>&lt;p&gt;&amp;quot;Can you trust your data to the &lt;a href="http://www.networkworld.com/supp/2008/ndc3/051908-cloud-storage.html"&gt;cloud?&lt;/a&gt;&amp;nbsp; For users of an online storage service called The Linkup, formerly known as MediaMax, the answer turned out to be a resounding &amp;quot;no.&amp;quot;&amp;quot;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.networkworld.com/news/2008/081108-linkup-failure.html?page=1" target="_blank"&gt;Loss of customer data spurs closure of online storage service &amp;#39;The Linkup&amp;#39;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Now apparently this is mostly for backup purposes but still.&amp;nbsp; What if you needed those files?&lt;/p&gt; &lt;p&gt;Do I trust Google, Yahoo, etc with my email, calendar, files?&amp;nbsp; Not only no, but hell no.&lt;/p&gt; &lt;p&gt;Some sys admin somewhere had two screens open, one to a test system and one to a live system.&amp;nbsp;&amp;nbsp; He got confused and delete 15,000 users emails.&amp;nbsp; I can&amp;#39;t find that story but found a few others.&amp;nbsp; &lt;a href="http://news.cnet.com/Security-firm-trashes-customer-e-mails/2100-7355_3-5598860.html" target="_blank"&gt;Security firm trashes customer e-mails.&lt;/a&gt;&amp;nbsp; &lt;a href="http://www.theregister.co.uk/2004/10/07/lycos_emails_binned/" target="_blank"&gt;Lycos cleaner bins thousands of emails&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Mind you I have a backup plan for my laptop.&amp;nbsp;&amp;nbsp; Every few days I make a password zip file containing all my files.&amp;nbsp; I then burn a DVD and either place in my fire proof (actually one hour fire rated) filing cabinet or my safety deposit box.&amp;nbsp;&amp;nbsp; &lt;/p&gt; &lt;p&gt;&amp;lt;rant&amp;gt;But I&amp;#39;m also a highly adept computer user and know where all my files are stored.&amp;nbsp;&amp;nbsp;&amp;nbsp; Sure folks know about their C:\Documents and Settings\&amp;lt;user name&amp;gt;\My Documents which also frequently has other files which don&amp;#39;t need to be backed up on a regular basis such as photos.&amp;nbsp;&amp;nbsp; And I&amp;#39;d say about 5% of users back that up regularly.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt; &lt;p&gt;And what about photos?&amp;nbsp; Of special family events?&lt;/p&gt; &lt;p&gt;Now how many folks know where their email is stored?&amp;nbsp; Somewhere in the Documents and Settings\&amp;lt;user name&amp;gt;\Application Data folder along with many megabytes of data in other child folders which doesn&amp;#39;t need to be backed up.&amp;nbsp; &lt;/p&gt; &lt;p&gt;One retired extended family member asked me to at least retrieve his outgoing emails from a old laptop whose hard drive had died.&amp;nbsp;&amp;nbsp; He explained that his email to his children was basically his diary of the last five years.&amp;nbsp; The hard drive was completely dead.&amp;nbsp; There was nothing I could do.&amp;nbsp; &amp;lt;/rant&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1644453" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category><category domain="http://msmvps.com/blogs/access/archive/tags/Soap+box/default.aspx">Soap box</category></item><item><title>... hit the big green TRANSMIT button.</title><link>http://msmvps.com/blogs/access/archive/2008/07/09/hit-the-big-green-transmit-button.aspx</link><pubDate>Wed, 09 Jul 2008 17:53:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1640016</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1640016</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1640016</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2008/07/09/hit-the-big-green-transmit-button.aspx#comments</comments><description>&lt;p&gt;... hit the big green TRANSMIT button. You know, to transmit it over the stockroom’s intercom.&amp;nbsp; &lt;a href="http://thedailywtf.com/Articles/The-Free-Bird-Database.aspx" target="_blank"&gt;The Free Bird Database&lt;/a&gt;.&amp;nbsp; So nice to read that lack of testing backups isn&amp;#39;t a problem only in this century.&amp;nbsp;&amp;nbsp; Or indeed the last forty years.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1640016" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category><category domain="http://msmvps.com/blogs/access/archive/tags/Wry+Humour+maybe/default.aspx">Wry Humour maybe</category></item><item><title>A ten year old backup came in handy today</title><link>http://msmvps.com/blogs/access/archive/2008/01/14/a-ten-year-old-backup-came-in-handy-today.aspx</link><pubDate>Mon, 14 Jan 2008 07:47:40 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1462579</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1462579</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1462579</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2008/01/14/a-ten-year-old-backup-came-in-handy-today.aspx#comments</comments><description>&lt;p&gt;I got volunteered into building a volunteer database for the 1997 Alberta Summer Games.&amp;nbsp; (I later made some money off of the database later so my hundreds of hours did turn out to be somewhat profitable. But as I&amp;#39;m halfway through building the database and realized how much work I had left I was a little concerned at the size of the task)&amp;nbsp; &lt;/p&gt; &lt;p&gt;Eleven years later a similar event in that same city decided they&amp;#39;d like to use the ten and a half year old volunteer list to get some volunteers.&amp;nbsp; Turns out I had the Access databases on a CDR in my bank safety deposit box.&amp;nbsp;&amp;nbsp; So I converted to Access 2003, modified a report to suit their needs and sent off the PDF file.&amp;nbsp;&amp;nbsp; If they need it I can easily create an Excel spread sheet to simplify data importing purposes.&lt;/p&gt; &lt;p&gt;I made the following suggestion to the event manager to quickly figure out many of the folks who are still around or have moved out of the community.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;I would suggest that you do the following:  &lt;p&gt;1) Flag the volunteers you already have.&amp;nbsp; &lt;p&gt;2) Hand this list out to the executive asking them to strike out those who have moved or those that they know are still in town.&amp;nbsp;&amp;nbsp; And ignore those that they don&amp;#39;t know&amp;nbsp;&amp;nbsp; &lt;p&gt;3) However we all know that some executive will take their sweet time going through the list.&amp;nbsp; Thus at your next executive meeting split this list up into six, or so, ten page chunks.&amp;nbsp; Hand them out to each second person at your next executive meeting.&amp;nbsp;&amp;nbsp; Again have the executive mark those who have moved or those that are still in town. While the meeting is in progress and the person doesn&amp;#39;t need to spend much time concentrating on the person babbling on have them go through their chunk of the list.&amp;nbsp; Once they&amp;#39;re done have them pass their chunk off to the next person.  &lt;p&gt;(There are two kinds of meetings at Microsoft.&amp;nbsp;&amp;nbsp; Those meetings in which laptops/tablet PCs are allowed and those where they are banned.&amp;nbsp; There are very few meetings where they are banned.&amp;nbsp; The idea being that at any given moment in time only a few people need the exact details that the speaker is pontificating on.&amp;nbsp; Therefore let the others keep an ear open while they attend to email. Of which they get many.&amp;nbsp;&amp;nbsp; Thus I figure your executive can time share their attention for such a relatively mindless task as name recognition.)&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;I did this backup on a 2X Hewlett Packard CDR burner that cost me $600.&amp;nbsp;&amp;nbsp; It died under warranty 9 months after purchase.&amp;nbsp;&amp;nbsp; HP sent me a refurbished unit but it did 14 months after purchase.&amp;nbsp; And as it only had a one year warranty they refused to do anything.&amp;nbsp; I&amp;#39;ve never quite forgiven HP for that.&amp;nbsp; I&amp;#39;m sure I still have the letter I sent to the HP complaint centre somewhere but they didn&amp;#39;t do any follow up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1462579" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item><item><title>Backup, backup, backup</title><link>http://msmvps.com/blogs/access/archive/2007/11/09/backup-backup-backup.aspx</link><pubDate>Sat, 10 Nov 2007 02:46:27 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1291443</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1291443</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1291443</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/11/09/backup-backup-backup.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.stuff.co.nz/4260645a11.html" target="_blank"&gt;Error blitzes health records&lt;/a&gt; - Thousands of hours of work by health board employees have been wiped in a computer glitch.&lt;/p&gt; &lt;p&gt;And what about their offsite backup?&amp;nbsp; Unless there are extenuating circumstances, such as the person just took the job, the IT administrator should lose their job.&lt;/p&gt; &lt;p&gt;&amp;quot;Waikato District Health chief executive Craig Climo said he believed contributing factors taken as a whole were likely to have led to the problem.&amp;quot;&amp;nbsp;&amp;nbsp; What fricking &amp;quot;contributing factors&amp;quot;?&amp;nbsp; Of course you can come up with all the excuses you want to.&amp;nbsp;&amp;nbsp; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;About ten or twelve years ago I visited an administration office which basically had about a $50 million a year budget to do some work on their network of computers.&amp;nbsp; I introduced myself to the accounting person and we chatted for a few minutes.&amp;nbsp; I asked if they minded if I double checked that the backup was working properly.&amp;nbsp;Please do I was told.&lt;/p&gt; &lt;p&gt;It turned out that the only working backup was the Thursday backup.&amp;nbsp;&amp;nbsp; The expensive backup software required that you &amp;quot;format&amp;quot; the tapes for the software before they could be used.&amp;nbsp; This operation only required a few mouse clicks and about 30 seconds.&amp;nbsp;&amp;nbsp; &lt;/p&gt; &lt;p&gt;Furthermore they had no idea to even look at the backup log.&amp;nbsp; One mouse click would&amp;#39;ve showed a log with a whole bunch of red flagged entries and the occasional green flagged entry.&lt;/p&gt; &lt;p&gt;Idiot high priced name brand computer consultants employed by a&amp;nbsp;national firm&amp;nbsp;never bothered to explain any of these minor details to the office administrator or accounting staff.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1291443" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item><item><title>Making copies of your database during the working day</title><link>http://msmvps.com/blogs/access/archive/2007/10/26/making-copies-of-your-database-during-the-working-day.aspx</link><pubDate>Sat, 27 Oct 2007 03:23:12 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1266071</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1266071</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1266071</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/10/26/making-copies-of-your-database-during-the-working-day.aspx#comments</comments><description>&lt;p&gt;The following question came up as part of a newsgroup thread.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;When you say &amp;quot;make a copy every hour or two&amp;quot;, do you really mean that your&amp;nbsp; normal practice during development is to retain multiple separate copies saved at 2-hourly intervals rather than simply overwriting a single backup copy every 2 hours? &lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Yes, because I&amp;#39;m a paranoid pessimist.&amp;nbsp; And I&amp;#39;m proud of that label.&amp;nbsp; You never know when something really weird might happen and you want a copy of an object from a few hours ago.&amp;nbsp; Or you change your mind and decide you want to go back to an older copy of an object or two. &lt;p&gt;Within Windows Explorer it&amp;#39;s really easy to click on the MDB, Ctl+C, wait a moment for the hourglass to disappear, then Ctl+V.&amp;nbsp; Windows&amp;nbsp;Explorer makes a copy of the file titled Copy of &amp;lt;insert your MDB name here&amp;gt;.mdb.&amp;nbsp;&amp;nbsp; Then Copy (2), Copy (3),&amp;nbsp;etc, etc.&amp;nbsp;&amp;nbsp; Real easy.  &lt;p&gt;At the end of the day or when I accumulate 5 or 10 I zip them up using Winzip&amp;#39;s right click context menu&amp;nbsp;into a zip file titled &amp;lt;insert your folder name here&amp;gt; zip.&amp;nbsp;&amp;nbsp; I then rename the zip file to &amp;lt;insert your folder name here&amp;gt; yyyy mm dd.zip &amp;nbsp;i then&amp;nbsp;move that zip to an archive folder, which I&amp;nbsp;include on my&amp;nbsp;backups.&amp;nbsp; In a month or two I those zip files.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1266071" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item><item><title>Have you made a recent copy of your files and photos?</title><link>http://msmvps.com/blogs/access/archive/2007/10/07/have-you-made-a-recent-copy-of-your-files-and-photos.aspx</link><pubDate>Sun, 07 Oct 2007 23:22:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1238133</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1238133</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1238133</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/10/07/have-you-made-a-recent-copy-of-your-files-and-photos.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;And is that copy offsite?&amp;nbsp; Have you made that copy in the last week or so?&lt;/strong&gt;&amp;nbsp; &lt;/p&gt; &lt;p&gt;And not on a thumb drive either!&amp;nbsp;&amp;nbsp; You have to have at least four or five copies because thumb drives and DVD-Rs can also die or be in a fire.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;a href="http://www.theglobeandmail.com/servlet/story/LAC.20071005.BYFIELD05/TPStory/National" target="_blank"&gt;Daughter of Ted Byfield burned in his home&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;Despite the physical loss, Mr. Byfield said he was grateful firefighters were able to salvage one of his computers that had manuscripts for a set of Christian history volumes he is putting out next year with a group of people. &lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;&amp;quot;I look inside the ground floor window and there&amp;#39;s my computer with two or three years work on it. ... Somehow they saved it, I don&amp;#39;t know how. But it could&amp;#39;ve been a real disaster.&amp;quot;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;My sister and brother-in-law just lost their laptop hard drive.&amp;nbsp; It had been running really slow at times this last month (They thought they had a virus.)&amp;nbsp; It finally failed with a BSOD (Blue Screen Of Death.)&amp;nbsp;&amp;nbsp; And now I can&amp;#39;t retrieve anything from that hard drive.&amp;nbsp;&amp;nbsp; I can see there&amp;#39;s a hard drive there but no files. &lt;p&gt;So they&amp;#39;ve lost about four years photo&amp;#39;s of their winters spent in the Maldives and trips to India, Nepal, Sri Lanka,&amp;nbsp;&amp;nbsp;and their kids growing up.&amp;nbsp; This includes camping in the U.S.A visiting all the&amp;nbsp;standard tourist places such as the Grand Canyon and Carlsbad Caverns. &lt;p&gt;&amp;lt;sigh&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1238133" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item><item><title>The Institute for Backup Trauma</title><link>http://msmvps.com/blogs/access/archive/2007/08/04/the-institute-for-backup-trauma.aspx</link><pubDate>Sat, 04 Aug 2007 20:21:04 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1085404</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1085404</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1085404</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/08/04/the-institute-for-backup-trauma.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.backuptrauma.com/video/default2.aspx%20" target="_blank"&gt;The Institute for Backup Trauma&lt;/a&gt;&amp;nbsp;starring John Cleese nicely illustrates some of the basic problems we encounter.&amp;nbsp; And does so very, very well.&amp;nbsp;&amp;nbsp; Although I haven&amp;#39;t seen a failure rate of tape backups as high as 50%.&lt;/p&gt; &lt;p&gt;There was just a short story in the newspaper about a woman who left her purse in a hospital washroom after changing the baby&amp;#39;s diaper.&amp;nbsp; Stolen from her purse was cash, digital camera and memory stick containing the only copies of photo&amp;#39;s of the first month of her baby.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1085404" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category><category domain="http://msmvps.com/blogs/access/archive/tags/Humour/default.aspx">Humour</category></item><item><title>Egyptian poet pleads for stolen works to be returned</title><link>http://msmvps.com/blogs/access/archive/2007/07/09/egyptian-poet-pleads-for-stolen-works-to-be-returned.aspx</link><pubDate>Mon, 09 Jul 2007 19:42:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1012436</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1012436</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1012436</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/07/09/egyptian-poet-pleads-for-stolen-works-to-be-returned.aspx#comments</comments><description>&lt;p&gt;&lt;a class="" href="http://www.canada.com/edmontonjournal/news/cityplus/story.html?id=687e9cb3-be38-4c0c-ad5f-f82023f975ae" target="_blank"&gt;Egyptian poet pleads for stolen works to be returned&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The relevant paragraph is &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;quot;Mersal&amp;#39;s office was broken into in the early hours of June 17 and her electronics and black laptop bag were stolen. Inside the bag were both backup copies of her work -- an electronic memory stick and a black notebook filled with Arabic writing scribbled in pencil.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Presumably your corporate backup is in decent shape.&amp;nbsp; How is your personal backup?&amp;nbsp;&amp;nbsp; Is the backup media, likely CDR or DVDR in a different location than your computer?&amp;nbsp;&amp;nbsp; Are you backing up files other than just what appears in the My Documents folder?&amp;nbsp; For example if you use Outlook or Outlook Express those files are somewhere else.&amp;nbsp; What about other software applications settings that are important?&amp;nbsp;&amp;nbsp; What about family photos? &amp;nbsp;Have you tried restoring a few files from your backup occasionally?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I use my own folder for my files including my email and newsgroup postings.&amp;nbsp; I&amp;#39;ve been using this for at least fifteen years which long predates Windows 95.&amp;nbsp; Every time I install a new hard drive I have to spend five or ten minutes changing all the defaults in various software products such as Word, Excel and others&amp;nbsp;&amp;nbsp;&amp;nbsp; As my email and newsgroup software use INI files to hold their setttings they do not require any registry settings to be transferred.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Several times a week I create an encrypted zipped file of this folder.&amp;nbsp; Zipped it&amp;#39;s about 1.1 Gb.&amp;nbsp; This then is copied to my tower computer if I&amp;#39;m at home.&amp;nbsp; I then burn my last three backups onto a single DVDR and put in a fire resistant fileing cabinet.&amp;nbsp; Frequently I will put that backup in my safety deposit box.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Note that a fire proof safe or filing cabinet isn&amp;#39;t actually fire proof.&amp;nbsp; It is fire resistant and has a one or two hour rating.&amp;nbsp; Sure, almost all the time fire fighters will get the fire out in that time.&amp;nbsp;&amp;nbsp; Also note that the one or two hour applies to paper.&amp;nbsp; Not plastic.&amp;nbsp; So get those backups offsite!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1012436" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item><item><title>Classics Week: Immaculate Backup</title><link>http://msmvps.com/blogs/access/archive/2007/05/09/classics-week-immaculate-backup.aspx</link><pubDate>Wed, 09 May 2007 20:28:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:896229</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=896229</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=896229</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/05/09/classics-week-immaculate-backup.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://worsethanfailure.com/Articles/Classics-Week-Immaculate-Backup.aspx"&gt;http://worsethanfailure.com/Articles/Classics-Week-Immaculate-Backup.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=896229" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/backup/default.aspx">backup</category></item></channel></rss>