Take Back the Beep: how to disable voicemail instructions on Sprint (updated!)

While we wait for all the carriers to get on board with nixing their endless, unhelpful voicemail pre-beep messages, we’ve already got instructions from Sprint on how to disable it for your own particular voicemail box on that network.

It’s pretty easy:

  1. Call your voicemail
  2. At the menu, press 3 for personal options
  3. Press 2 for greeting
  4. Press 1 to change the greeting
  5. To enable / disable the instructions, press 3

Trust us, we did some serious searching for similar instructions on the other major carriers, but had no luck. If you know of anything, let us know!

Update: Thanks to some helpful comments we’ve got instructions for AT&T and Verizon for lopping off bits of the message, and, in Verizon’s case, speeding up the talking. Check ’em out after the break. Consider yourselves upgraded to orange, guys!

Continue reading Take Back the Beep: how to disable voicemail instructions on Sprint (updated!)

Filed under:

Take Back the Beep: how to disable voicemail instructions on Sprint (updated!) originally appeared on Engadget on Fri, 31 Jul 2009 17:02:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

CyberNotes: View How-to Videos and Wiki-Guides with Howcast

This article was written on July 05, 2008 by CyberNet.

CyberNotes
Weekend Website

In the past we’ve written about a few different “How-To” sites on the web that offer tutorials on how to do something. So far we have covered WonderHowTo and Expert Village, both sites which have excellent guides. Today we’re taking a look at another solution called Howcast. It’s got a great interface and professional videos, and we think it’s one of the best how-to sites available. You can never have too many resources on the Internet for learning how to do various things, can you?

About Howcast

Howcast.pngHowcast was actually created by former Google and YouTube employees who wanted to create professional how-to videos for consumers. On their About page, they say, “Howcast brings together the personality of user-generated content with the quality of a professional video studio to create engaging, informative, and free how-to videos for consumers. It also offers emerging filmmakers an opportunity to gain experience, exposure, and income.”

The topics that they cover really varies, but the one thing that they all have in common is the professional nature of the how-to videos. Every video I watched while exploring Howcast was very professional and engaging which makes a difference.

howcast homepage screenshot.png

Using Wiki Guides (link)

One of the unique aspects to Howcast is their Wiki Guides Section. This is where people are able to write various how-to guides that others can contribute to. Those who want to edit content must have a Howcast account, otherwise they won’t be able to make changes. Another nice feature is the option for people to comment of various Wiki Guides.

When you are viewing a Wiki Guide, you’ll notice options up at the top of the page like “older” and “newer” or “changes” and “rollback.” Users are given access to previous versions of a Wiki which is why those navigation buttons are available. By clicking “Changes”, everything that was added or deleted from the previous version is highlighted so that a user will know what has changed.

howcast wiki guide.png

There’s also a Print button up at the top. Clicking on it will format the page nicely for your printer, and then you’ll be able to print something you found that was helpful.

howcast wiki guides.png

Several sort and filter options are available when you’re looking through Wiki Guides and they include options to sort by most viewed, most recently added, top rated, top favorites, most emailed and most discussed. You can also filter down the Wikis by selecting only certain categories. There’s also the option to view only those written by Howcast writers, or those written by the community.

Searching Through Categories (link)

Multiple categories of how-to guides are available at Howcast. Just look for the “Categories” tab at the top of the page. There you’ll find a list of categories ranging from Arts and Media to Travel. You know what? We’ll just go ahead and list the categories right here so that you’ll know what’s available:

howcast categories.png

Howcast Community (link)

Once you sign-up for an account, you can become part of the Howcast community. One way to do this is to upload your own how-to videos, while another way is to write your own Wiki Guide. If you decide to write-up a guide of your own, the Howcast community will be able to edit it. It can also be made into a video as well.

Each member has a profile page that they can edit and add information to. It also acts as a “dashboard” and will show you how many videos you’ve added, how many wiki guides you created, and how many comments and subscribers you have. And yes, you can subscribe to someone’s profile so that you’ll be updated when they add new content.

Wrapping it up

One of the features that we failed to mention is that you can create playlists of how-to videos that you want to watch, but you must have a Howcast account to be able to do it.

Looking through the videos, here are a few videos that might interest you:

If you’re trying to figure out how to do something, checkout Howcast. We think you’ll be impressed with the quality of the videos, the interface, and the opportunities that they provide for the community to get involved.

Thanks for the tip Pieter!

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


How-to: Build a Blu-ray / TV tuner-equipped HTPC for under $1,000

Pundits may argue that the modern day HTPC has no place in the modern day living room, but we disagree. In fact, with the economy still struggling to regain its swagger, folks are staying in and finding entertainment at home more than ever. It’s that truth that spurred us to start this here project: building a fully capable, Blu-ray and TV tuner-equipped HTPC for less than a grand. And lo and behold, we made it happen. If you’re interested in seeing exactly how we pieced together a mighty fine entertainment box for less than the starting price of most pre-configured systems, hop on past the break with your notepad open.

Continue reading How-to: Build a Blu-ray / TV tuner-equipped HTPC for under $1,000

Filed under: ,

How-to: Build a Blu-ray / TV tuner-equipped HTPC for under $1,000 originally appeared on Engadget on Tue, 21 Jul 2009 12:50:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

CyberNotes: 7-Zip Command Line Backups

This article was written on January 03, 2008 by CyberNet.

CyberNotes
Tutorial Thursday

The tool that I used for a long time for extracting and compressing archives is 7-Zip. It’s free, open-source, and has a powerful set of command line options that is perfect for performing backups. And today that’s exactly what we’re going to use it for.

We’re going to use a special version of 7-Zip that has no user interface whatsoever. It has to be used via the command line, and one of the benefits for using this version is that the entire application is self-contained in one single executable file. That makes it a great tool to carry around with you on a USB drive, and extremely easy to work with.

Here’s how to use the 7-Zip command line options to create backups at the click of a mouse:

  1. The first thing you’ll want to do is go download the command line version of 7-zip. After you extract the contents you’ll notice that there are five files available. All we need is the 7za.exe, so you can delete the rest if you wish.
    7zip Command Line Executable
  2. Open up Notepad, and now we’re going to create a batch file that will backup a folder location of our choosing. I’ve decided to backup everything on my desktop this time around, but it will work for any location as long as you know the path.

    7za.exe a cybernet.7z "C:\Users\Ryan\Desktop"

    Be sure to include quotation marks around any paths that have spaces in them. For this example I didn’t have to put quotation marks around my path, but it never hurts to include them.

    This will archive the documents in the 7-Zip format, which means you’ll need to have 7-Zip to extract it. It’s good because the compression ratio is very high, which means the backup file will be rather small compared to the other compression formats. If you were going to send this to someone they may have troubles opening it, but you can choose save the file as a ZIP by replacing “7z” with “zip” in that line of code.

    7zip Command Line Notepad

  3. Now we need to save the batch file in the same place where the 7za.exe is located. In Notepad go to File -> Save As, and choose any filename. The only thing you need to make sure of is that at the end of the filename you include the .BAT extension:
    7zip Command Line Notepad Save
  4. Now all you have left to do is double-click on the batch file that you just created to run it. The resulting backup file will be located in the same place as the 7za.exe and the batch file, unless you’ve specified an alternate location in Step 2.
  5. Extra Credit: You can always create a scheduled task that will run your batch file automatically at a time/date that you specify. That can be done by using the built-in Windows Scheduled Tasks wizard, which can be found in the Control Panel.

One other tip that I wanted to provide is how to automatically insert the current year, month, and day into the resulting filename. This would be useful for anyone looking to schedule backups, without wanting to overwrite the previous backup. In Step 2 from our example above you would want to replace:

cybernet.7z

with:

%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%_cybernet.7z

which for today would give a result of:

2008-01-03_cybernet.7z

Now every backup will remain in tact, assuming that you create no more than one backup per day.

For those of you who want to dive a little deeper in to the 7-Zip command line options, here are the different things that the “a” can be replaced with in Step 2:

  • a: Add to an existing archive, or create a new one
  • d: Delete files from an archive
  • e: Extract files from an archive
  • t: Test the integrity of an archive
  • u: Update the files in an archive

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Put the Close Button on the Left Side In XP/Vista


This article was written on November 26, 2007 by CyberNet.

Close Maximize Minimize Left Side

Windows users have undoubtedly become accustomed to having the minimize, maximize, and close buttons located in the upper-right corner of every window. Mac’s, on the other hand, have those buttons located in the upper-left corner of each window. Switching between the two operating systems can be rather tedious since you have to get used to two different button layouts.

Then there are programmers who get clever ideas that tackle common annoyances. One such programmer has done just that, and has found a way to make Mac users feel a bit more at home when using Windows. The program is called LeftSider, and it’s free, small, and requires no installation. You can download the XP/Vista 32-bit or Vista 64-bit versions from our mirrors, extract the files, and run the executable that’s included.

Immediately after running it you should see the icon/title switch positions with the buttons (as pictured above). The program creates an icon in the System Tray where you can enable/disable the left-sided alignment of the minimize, maximize, and close buttons. And if you want it to start with Windows just place it in the Startup folder located in the Start Menu.

At first I thought it was pretty cool being able to switch things up like this, but I quickly realized how much I miss having the buttons located in the upper-right corner. It’s almost as if my mouse naturally gravitates that way, and when the buttons are in the other corner it screws everything up. ;)

Give it a whirl and let me know what you think!

LeftSider Homepage [via WinMatrix]

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:

DIY WiFi radio built with ASUS WL-520gU router, sweat and tears

Are you just now coming to the stark realization that you’ve nothing whatsoever to do this weekend? Calm down, there’s no need to freak out. Thanks to Jeff Keyzer over at mightyOhm, you can now get to work on your very own DIY WiFi radio. In one of the most elaborate how-to guides we’ve ever had the pleasure of gawking at, Jeff has detailed exactly how to turn an ASUS WL-520gU router, a few spare pieces of wood and a couple of unwanted knobs into an open source internet radio streamer. Sure, there’s always Pandora for those who aren’t inclined to get their elbows dirty, but seriously, what fun is that? Roll up those sleeves, grab whatever tools your pop gave you when you left for college and hit the read link. Pronto.

[Via Hacked Gadgets]

Filed under: ,

DIY WiFi radio built with ASUS WL-520gU router, sweat and tears originally appeared on Engadget on Sat, 06 Jun 2009 15:57:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

How To: Install Windows Mobile 6.5 Right Now

The bad news: Windows Mobile 6.5 won’t be coming out for a while, and you’ll be expected to buy a whole new phone to get it. The good: You can actually install it today, on your HTC phone. Here’s how.

Why should you upgrade to Windows Mobile 6.5? Disregarding the mixed coverage the OS has gotten—which tends to compare it to more modern software like iPhone OS and Android—6.5 is much, much better less terrible than 6.1, especially for touchscreen phones You’ve probably heard about the new graphical start menu and fantastic Titanium home screen; they’re great, but there’s a lot more to appreciate. IE has been updated; all menus are now finger-friendly; the whole system has inertial scrolling; there’s been a system-wide cosmetic refresh. That’s not to mention the upcoming Windows Mobile Marketplace, Microsoft take on the App Store. On top of that, at least in my experience, it’s pretty snappy.

Dozens of Windows Mobile 6.5 Beta ROMs are floating around the tubes, collected, tweaked and prepared for your use by the kindly souls over at XDA Developers, from whom I’ve adapted this How To. Despite their unofficial-ness, they’re really quite good—the fancy new interface elements are buttery smooth, and as a whole, and enough bugs have been stamped out to make 6.5 solid enough to use as your day-to-day OS.

This How To is based around my experience with a GSM HTC Touch Diamond. The process is largely the same between the few handsets that can run 6.5, but for the sake of brevity, I’m sticking to one handset, and its QWERTYed brother, the Touch Pro. For further guidance on other phones, head over to the XDA forums (CDMA Touch and Pro, Touch HD, Sony Xperia, Samsung Omnia)

Also, the necessary disclaimer: this tutorial reaches deep into your phone’s software, which means there’s a (slim) possibility that you’ll brick your phone should anything go wrong. If you’re worried, read up on the risks here. Otherwise, follow closely and you—and your phone—should be just fine.

What You’ll Need:

• An HTC Touch Diamond or Touch Pro (GSM only. Folks with CDMA handsets—that’s you, Sprint and Verizon—go here or here.)
• A (free) account at XDA Developers
• A Windows Mobile 6.5 ROM (Lotsa choices here: Diamond, Pro)
• A Windows PC, set up to sync with your handset
• A device flashing utility (Both)
• A bootloader (Diamond, Pro)
• A device radio (Diamond, Pro—Make sure to download from the “Original” list, not the “Repacked” one.)

Before you get started, you’ll probably want to back up your contacts and personal info. I’d recommend PIM Backup, which I’ve used for years. Or you could try Microsoft’s new, free online service called My Phone. This How To will replace all your device’s software, so if you have anything worth keeping, you’ll need to back it up.

Installing the bootloader:

Many of you have probably updated, or “flashed” your devices before, but this will have been with an official, signed utility from either your carrier or handset manufacturer. What we’re doing today is installing unofficial software, something which your handset isn’t currently set up to do. Our first order of business, then, is to install a new bootloader, called HardSPL, on the device, which will allow your handset to load software from third parties, i.e., your sweet, sweet Windows Mobile ROM. Let’s go:

1. Connect your phone to your PC, and establish an ActiveSync (on XP) or Sync Center (on Vista, or Windows 7) connection to your device. You don’t need to set up any sync rules—just makes sure the connection is active. You can check this by looking for a bi-directional arrow in your phone’s taskbar.

2. Extract the bootloader you’ve downloaded, and note the location (see “What You’ll Need” for links)

3. Find your extracted files, and run the executable file (usually called “ROMUpdateUtility.exe” or something like that.

4. Follow the instructions, carefully. The software performs lots of checks to make sure you don’t goof this up, but make sure you a.) have at least 50% battery left in your phone b.) the correct bootloader c.) a host computer that won’t shut off, go to sleep or otherwise interrupt the process. Heed! Or else there may be bricking.

5. Wait! You’ll see paired progress bars on your phone and computer screen. This part of the process doesn’t take that long, since you’re only updating a small piece of software.

6. Restart your phone. The small text in the corner of your Windows Mobile splash screen will have changed to something unfamiliar, but don’t worry about verifying your new bootloader. If you ran the utility to completion and the device restarted on its own, it’s more or less a sure thing that you’re upgraded.

Installing a new device radio:

This is the most esoteric part of the process, so I’ll try not to get too deep into the nuts and bolts. Basically, your device has firmware that manages its various antennae, letting you connect to cellular networks, GPS, etc. Installing a fresh Radio onto your device usually won’t make much of a change in how your phone works. it just lets us—or rather, your soon-to-be mobile OS, manage your phone’s communication capabilities freely. Some radios can improve reception on certain networks, or even connect to entirely new mobile bands. For more info on that, I’l refer you again to XDA.

You’ll probably notice that this process is seems an awfully lot like the last stage: that’s because it is. Since we’re “flashing” different parts of your phone’s software in each step, the core utility, and general technique, is quite similar. Anyway!

7. Pair your phone with your PC, like you did in step 1.

8. Extract your downloaded radio files and note their location

9. If the radio came with its own bootloader, skip to step 12.

10. Extract your downloaded bootloader, noting location.

11. Copy the extracted radio file—it should have an .NBH extension—to the directory where you’ve put your bootloader.

12. Run the bootloader, as in step 3.

13. Follow the instructions, as in steps 4 and 5.

14. Let the phone restart. Nothing much will have changed, but you may need to perform some minor network setup. Don’t worry too much about that now, since you’re about to wipe your whole device.

Flashing the ROM, i.e. Installing Windows Mobile 6.5

This is when we get down to actually installing our new OS. This is the step that’ll take the longest, and it’s the biggest leap of faith, since you’re replacing your device’s main software. Luckily, if you’ve come this far, it’ll be a snap. Same process, different .NBH file. Onward!

15. Pair your phone to your PC (this is the last time! promise!)

16. Extract your downloaded bootloader, again, to a different location. (Or you can use the same copy you used to flash your radio; just make sure you delete the radio file from the directory)

17. Extract your Windows Mobile 6.5 ROM, which should be an .NBH file of about 80-100MB, to the same directory that your bootloader is in.

18. Run the bootloader, and follow the instructions. Same warnings as before—don’t let your PC or phone sever the connection at any point.

19. Sit and wait. This time it’ll take a bit longer, but shouldn’t top 15-20 minutes.

20. Your phone will reset, and you should see a fresh Windows Mobile 6.5 splash screen. It might look hacked or unprofessional—don’t be alarmed! The guys who so graciously put together these ROMs, which often take a good deal of tweaking, leave their marks on the software in various ways. Anyhoo, you’ll have to let your phone run through a set of initialization routines for a little while. Just follow along.

21. WinMo should automatically guess your carrier and apply the appropriate connections settings. If not, you can do it from the device’s Settings page, found in the top level of the new start menu. As for the settings parameters, Google is your friend.

Conclusion:
Congratulations! You are now the proud, semi-legal owner of a Windows Mobile 6.5 smartphone! It’s hard to imagine wanting to switch back, but if you do, just repeat the above process with a different ROM. There are plenty of 6.1 installs, including the official carrier versions, available from the same place you found your 6.5 download.

Resources:

XDA Developers
ModMyDiamond

So that’s about it! Please add in your experiences in the comments-your feedback is a huge benefit to our Saturday guides. Good luck with your flashing (firmware only, please), and have a great weekend!

Mouse Pointer Speed Resets on Startup


This article was written on December 26, 2007 by CyberNet.

I’ve owned a Logitech MX Revolution mouse for over a year now, and I use it with my laptop all of the time. One thing that has always bugged me, however, was that every time I restart my computer the mouse pointer speed (located in the Mouse properties in the Control Panel) is reset back to it’s default settings. The Touchpad mouse on my laptop moves extremely slow when the default settings are enabled, so I always have to change them to make the Touchpad usable.

I normally don’t restart my computer that often (once or twice a week maybe) so I never thought to investigate the issue further. Last weekend, however, I had some spare time so I actually decided to see if I could get it fixed. I knew the SetPoint software was to blame because the issue only occurred after I installed it, and when I went to look at the startup entries I noticed Logitech conveniently had two different items:

KHALMNPR Windows Defender
Click to Enlarge

A little research turned up that the KHALMNPR.EXE startup item is used to “change [mouse] sensitivity on a per program level using [Logitech’s] profile manager inside SetPoint.” Well, my problem is in regards to the mouse sensitivity so I decided to click the Remove button in Windows Defender. After restarting the issue was gone!

If you’re a Logitech SetPoint user that is suffering from the same issue it is easy to fix. Here are some quick instructions for using either Windows Defender or MSConfig to make the change:

  • If you have Windows Defender installed go to Tools -> Software Explorer and then find the Logitech entry that points to the KHALMNPR.EXE file. Click the Remove button.
  • To use MSConfig press the Windows Key + R to get the Run dialog. In the box type msconfig and press Enter. Click the Startup tab and find the KHALMNPR.EXE entry, and uncheck the box next to it.

KHALMNPR MSConfig
Click to Enlarge

In terms of missing features I haven’t noticed any. I can still do everything that I did previously with my mouse, but now my pointer speed remains the same when I restart my computer!

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:

CyberNotes: System Restore Tips Tricks


This article was written on February 04, 2008 by CyberNet.

CyberNotes
Microsoft Monday

System Restore Generation The Windows System Restore functionality has been around since the days of Windows ME, and it was pretty rough around the edges. At that time I remember having issues with it storing viruses into the restore points that it created, and it made cleaning up other people’s computers a pain because you had to wipe out all of their restore points.

System Restore has come a long way in Windows XP, and even further in Windows Vista. Ashley has shown us how System Restore can now be used for restoring individual files and folders in some versions of Vista, and that is an incredibly powerful feature to have. I’ve also shown how System Restore stacks up against the Last Known Good Configuration feature, and today we’re going to demonstrate how to get the most out of System Restore.

–How it Works–

Windows is good about automatically creating restore points which is wonderful since a large majority of computer users would never touch the feature otherwise. Users can create restore points on-demand, and later on we’ll show you how to make a shortcut for quickly creating restore points.

Aside from manually creating restore points Windows will create them when [via Wikipedia]:

  • A piece of software is installed
  • Windows Update installs new updates to Windows
  • The user installs a driver that is not digitally signed by Windows Hardware Quality Labs
  • 24 hours has passed

If you ever run into a problem on your machine the restore points might come to the rescue. In Windows XP you’ll still have to bootup into Windows before being able to roll back to a restore point, but Vista users can do it straight from the installation disc (or with the recovery disc). Rolling back to a previous restore point will replace newly modified system files with older copies. The Registry and drivers will also be taken back to the time of the restore point. Generally all of user’s documents will remain untouched.

–Shortcut for On-Demand Restore Points–

You can manually create restore points by opening the System Restore wizard at any time. The problem is that this can get rather tedious if you have to do it frequently, but we’ve got your back. As it turns out there is a quick Visual Basic script that you can whip up to create a restore point anytime you click on it. Here’s how:

  1. Open Notepad and enter in these two lines of code:

    rp = "Scripted Restore Point by " & WScript.ScriptName
    GetObject(”winmgmts:\\.\root\default:Systemrestore”).CreateRestorePoint rp, 0, 100

    System Restore Shortcut

  2. Save the file as restorepoint.vbs
  3. Vista Users Only: Vista users need to create a shortcut to the script that was just saved. This can be done by right-clicking on the desktop, and then choosing New -> Shortcut. In the box enter:

    wscript.exe "C:\path to script\restorepoint.vbs"

    Where “path to script” is the location of the script. Complete the shortcut wizard, and when you run the shortcut right-click on it and select the Run as Administrator option.

–Changing the Restore Point Interval–

By default the System Restore automatically creates restore points every 24 hours. This value can be modified, but you want to be careful not to set it too low. At an interval of 24 hours System Restore will likely be able to hold restore points for a week or more. If you have it create restore points, for example, every hour you would only be able to access a a day or so worth of restore points. Take this into consideration before continuing.

To change the Restore Point interval you’ll need to dive into the Registry to modify a value, or you can use this simple tool created by Vista4Beginners. Once you download the program you can immediately start using it. It’s very simple, and you just have to specify the interval at which you want the restore points to be created:

Change System Restore Frequency

If you’re a Registry buff and want to do the editing manually here’s the info you’ll need:

  1. Open the Registry editor and navigate to HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SystemRestore
  2. Find the value RPGlobalInterval and set it to whatever interval you would like. By default the value is 86,400 (seconds), which is equal to 24 hours.
  3. There are also some other values you can freely modify if you wish:
    • RPLifeInterval – This is the maximum life of a restore point. The value is specified in seconds, and by default it is set to a very large amount (equals about 136 years). If you set it to 2,592,000 restore points older than 30 days will automatically be deleted. Remember, old restore points are deleted to make room for new ones, so adjusting this probably isn’t necessary.
    • RPSessionInterval – This value is specified in seconds, and it only slightly differs from the value in Step 2. A restore point will be created at the interval that you specify here, except this is in terms of computer usage. For example, setting this to 43,200 would force a restore point to be created every 12 hours that you use the computer.

Now you should have your System Restore setup the way you want it! Just make sure you give it some love and attention, because it will be your best friend when you’re in a bind. ;)

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:

Helpful Tip: Backup Apple Mail or Entourage


This article was written on June 22, 2008 by CyberNet.

arrow Mac Mac only arrow
We’ve already shown how to backup data from email programs on Windows, and so we thought it was only fair to do the same for Mac users. Using a free tool cleverly named Email Backup you’ll be able to rest easy knowing that you have a backup of your Apple Mail, Microsoft Entourage, Eudora, or Thunderbird data. For those of you who have suffered the heartache of data loss you know just how valuable a backup like this can be.

Email Backup is really nothing fancy because all it does is copy the data and configuration files for the various applications into the location you specify. To restore the data from a backup you’ll have to manually copy it back into the respective directory, which for Apple Mail is /Users/USERNAME/Library/Mail/.

The one nice thing about this is that you can schedule a backup to occur at any time and on any day. You can additionally choose where you want the backups to be stored:

mac email backup-1.png

While it’s nothing too fancy this application can really come through in a bind. Once you have it setup you don’t really have to worry about anything else. And hopefully in a future version the developer will include a way to restore a backup from within the application.

Get Email Backup

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts: