+ Reply to Thread
Results 1 to 19 of 19
  1. #1
    Ultimate Member PoonDoggy's Avatar
    Join Date
    Oct 2001
    Location
    San Antonio, Texas,
    Posts
    2,045

    Automatic Back Up Program

     
    I have a client that is looking for a automatic Back Up Program for WIN XP. He wants it to be able to back up security sensitive files onto a external Hard Drive (USB). He wants to be able to set it to automatically back up certain folders and subfolders from the internal HDD onto the external HDD at a certain time daily.

    From what I have been reading, most programs are not able to (or dont state that) back up onto a ext. HDD.

    Any Suggestions?
    The Beatings Will Stop When Morale Improves

  2. #2
    Xtreme Ultimate Member Mntsnow's Avatar
    Join Date
    Apr 1999
    Location
    NSL, Utah USA GMT -
    Posts
    7,964
    If the drive is mappable then the built in MS backup (veritas) should do what you want.
    -Mntsnow-

  3. #3
    addicted DVNT1's Avatar
    Join Date
    Oct 2001
    Location
    Ohio
    Posts
    6,103
    I've never liked MS Backup so I will suggest an alternative.

    Create a batch file that zips up the folders & files in question onto the removeable drive. You can create a TASK in Task Manager that makes it run at a set time M-F, every day, or even at logon.

    To make this work, download the DOS version of pkzip.

    The batch file could be simple or complex .

    A simple approach would contain somthing like...

    c:\pkzip\pkzip.exe g:\myBackup.zip c:\mydocu~1\*.* -RP where R menas recurse subdirectorys and P means preserve the file path. G: is the drive letter of the USB connected HD.

  4. #4
    Free Thinker M_Six's Avatar
    Join Date
    Oct 2001
    Location
    Charleston, Illinois
    Posts
    4,522

    Thumbs up

    I agree with DVNT1. MS Backup is a pain.

    DVNT1's excellent suggestion notwithstanding, might I suggest Second Copy? I've been using it for years at a client's office to backup data to a remote box. According to Second Copy's FAQs, you can use it to backup to a removable drive. It works like a charm and is really cheap.
    You can't fix stupidity.

  5. #5
    Ultimate Member
    Join Date
    Mar 2002
    Posts
    1,511

    ...

    Hi there, I am currently using Veritas' Stomp Backup MyPC. A great app. You just start it, choose the folders you want to backup and you can set it to work with the Windows scheduler, it works transparently in the background. I have mine running at midnight on Wednesday and Saturday.

    http://www.stompinc.com/bump/bump-retail.phtml?stp
    Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.

  6. #6
    Junior Member
    Join Date
    Oct 2002
    Posts
    29
    Stomp is expensive!

    Iomega Ouik-sync works well.

    PowerQuest Drive Image is an excellent imaging program and includes DataKeeper which does autobackup to my CD-R/W very nicely.

    LOL

  7. #7
    Senior Member akinsey's Avatar
    Join Date
    Jan 2002
    Location
    Gainesville FL
    Posts
    547
    What about Backup Plus http://www.backupplus.net/? It comes with its own scheduler, its $39 to buy, works on XP too.
    :Backups can be performed to other hard drives, removable devices such as ZIP or JAZ drives or even floppy drives, as well as to CDRW media discs* (must format first). You can even create backups to be split into individual sized pieces to later write to another device."

  8. #8
    Senior Member akinsey's Avatar
    Join Date
    Jan 2002
    Location
    Gainesville FL
    Posts
    547
    o00ps--Double post.
    Last edited by akinsey; November 3rd, 2002 at 12:59 PM.

  9. #9
    Junior Member
    Join Date
    Oct 2002
    Posts
    4
    I use Stomp and one thing I've found out, and It's probably me, it won't back up over the network. I've had to go use the backup utility that comes with XP to accomplish my network backups.

  10. #10
    Ultimate Member bhess's Avatar
    Join Date
    Oct 2001
    Location
    Florida
    Posts
    1,477
    I've been using a program called handy backup. Someone here suggested it to me a while ago. I'm happy with it and it's free.
    Nope, I refuse to have a signature

  11. #11
    Ultimate Member bhess's Avatar
    Join Date
    Oct 2001
    Location
    Florida
    Posts
    1,477
    Well it looks like it isn't free anymore. I have an older version that is free.
    Nope, I refuse to have a signature

  12. #12
    Member RainFire's Avatar
    Join Date
    Sep 2002
    Location
    Charlotte, NC
    Posts
    386
    http://www.rdcomp.net/

    EzBackitup - Easy to use personal file backup solution. Free!

    I use it and it is just that - Easy!!!
    Finding new ways to do old things...

    Innovation

  13. #13
    shahani
    Guest
    Cool link, Rainfire. Got the label maker free too. Will try the program tonite. Looks good though. Thanks.

  14. #14
    Ultimate Member bhess's Avatar
    Join Date
    Oct 2001
    Location
    Florida
    Posts
    1,477
    Ah-Ha!!

    Google wins the day. It found ver 2.1 which I have and is free.

    http://backup.novosoft-us.com/index.html
    Nope, I refuse to have a signature

  15. #15
    shahani
    Guest
    Awright. Two free programs. Thanx, bhess.

  16. #16
    Member
    Join Date
    Apr 2002
    Posts
    219
    can' download all the data in handybackup2.1. at end of download when i try to install a message says can't install (because size of data downloaded is less than original file). this happened twice. anybody had this problem?

  17. #17
    Junior Member
    Join Date
    Oct 2002
    Posts
    4

    Talking

    Sorry Isup I don't know much about backups in general, let alone the program your are using. Just to give you an idea of how clueless I am when I bought the computer from gateway I asked about backups ( I didn't know XP pro had one). So Gateway sends me to the "addon dept" to spend $90.00 on a program that won't do what I want and then find out I had one all the time.
    In rereading your post this is being downloaded over the internet? How abought local backups. They O.K.? Seems the download is glichy. Where you downloading from?

  18. #18
    Ultimate Member nukes's Avatar
    Join Date
    Oct 2002
    Location
    Scotland, UK
    Posts
    3,221
    I would suggest using XCOPY in a batch file.
    Use:
    xcopy /M /H /Y /E c:\documents\*.* d:\backup
    will backup all the files with the archive bit set from c:\documents to d:\backup.
    The reason for the archive bit is so that it only copies files that have changed and so will save on time and bandwidth.
    _____
    NuKeS

  19. #19
    Junior Member
    Join Date
    Oct 2002
    Posts
    4
    Nukes would that work over a network?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Recommended Sites: ResellerRatings Store Reviews