Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Backup to NAS

Options
  • 06-01-2010 1:12pm
    #1
    Registered Users Posts: 2,932 ✭✭✭


    Is there a program out there for a PC that will backup a folder to a NAS drive.

    Its for a photo folder which is about 50GB in size

    I'm looking for 2 things with this:
    1) Incremental Backup - I don't want the process to take ages
    2) Looking for all the files to be on the NAS (ie I'm not looking for some compressed file) - I want these backup files to be actually used... IE if they are on a folder on the NAS I can host them automatically

    Any help is appreciated.

    Regards, Rory


Comments

  • Registered Users Posts: 3,357 ✭✭✭snappieT


    If you have Windows 7, that has an automatic backup tool that's really very very good.
    Apart from that, I don't know of any backup tools.


  • Registered Users Posts: 2,932 ✭✭✭Sniipe


    unfortunately its Vista. I think the default backup doesn't create the files but moulds them all into one.

    Thanks anyway snappieT


  • Registered Users Posts: 2,932 ✭✭✭Sniipe


    I'm going to try command line robocopy:
    Robocopy “C:\Users\Sniipe” “J:\TheBackup” /MIR /XA:SH /XD AppData /XJD /R:5 /W:15 /V /NP /LOG:Backup.log

    Add this to a batch file and see how it goes.

    also sync toy looks ok... I'll try that first


Advertisement