Go Back   IceInSpace > Equipment > Software and Computers
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread
  #1  
Old 10-07-2012, 12:45 PM
pjphilli (Peter)
Registered User

pjphilli is offline
 
Join Date: Jan 2008
Location: Thornleigh Sydney
Posts: 638
XP Backup

Hi
I can use XP Backup as far as Help assists me but can I set it up so that
it backups files automatically as they are created including emails if possible?
Cheers Peter
Reply With Quote
  #2  
Old 10-07-2012, 01:33 PM
alistairsam's Avatar
alistairsam
Registered User

alistairsam is offline
 
Join Date: Nov 2009
Location: Box Hill North, Vic
Posts: 1,838
Quote:
Originally Posted by pjphilli View Post
Hi
I can use XP Backup as far as Help assists me but can I set it up so that
it backups files automatically as they are created including emails if possible?
Cheers Peter
Hi,
Just click on the "Advanced" button on the backup wizard as per screen shots attached.
that allows you to set schedules.
not sure about emails though.

Edit: re-reading your post, did you want it backed up once files are changed? that may be possible. But easiest is to set a scheduled backup for when you're not using it.

Else, you could write a robocopy batch file to backup just the changed files and schedule it in windows scheduler to run as often as you like. there should be lots of examples in the robocopy website.
Attached Thumbnails
Click for full-size image (backup.PNG)
43.5 KB11 views
Reply With Quote
  #3  
Old 10-07-2012, 01:47 PM
arifmshaikh
Registered User

arifmshaikh is offline
 
Join Date: Dec 2010
Location: Sydney, Australia
Posts: 142
Quote:
Originally Posted by pjphilli View Post
Hi
I can use XP Backup as far as Help assists me but can I set it up so that
it backups files automatically as they are created including emails if possible?
Cheers Peter
Peter

You can also use Robocopy. It's Microsoft backup utility. It can backup all your email and data, but you have to specify each folder for the backup. The good thing is, it does full backup first time and then onwards only backup new/modified files.

Arif
Reply With Quote
  #4  
Old 10-07-2012, 05:37 PM
pjphilli (Peter)
Registered User

pjphilli is offline
 
Join Date: Jan 2008
Location: Thornleigh Sydney
Posts: 638
Thanks Alistair and Arif - I have downloaded Robocopy but am a bit puzzled how to use it.
Cheers Peter
Reply With Quote
  #5  
Old 10-07-2012, 09:14 PM
alistairsam's Avatar
alistairsam
Registered User

alistairsam is offline
 
Join Date: Nov 2009
Location: Box Hill North, Vic
Posts: 1,838
Quote:
Originally Posted by pjphilli View Post
Thanks Alistair and Arif - I have downloaded Robocopy but am a bit puzzled how to use it.
Cheers Peter
Hi,

Robocopy is a command line copy utility with very powerful features.
Not sure if you're familiar with DOS copy, but its similar.

at a very simple level, just to get understand how it works,

create a folder in your drive, and copy the robocopy.exe file into it.

create a few test folders with files, one representing the source and one as the destination.
then from the command prompt, run robocopy with the syntax shown in
http://technet.microsoft.com/en-us/l...33145(v=ws.10)

This page shows you some examples
http://social.technet.microsoft.com/...-examples.aspx


Try out different options as listed, just use the ones you need.
so first time it runs, it'll copy all files, next time, it'll copy only the ones that changed. so edit or make changes to a file and run it again.

once you're happy with the syntax, just create a new batch file, add it to windows scheduler and set the interval it needs to run at.

But honestly, if a daily backup at a particular time is sufficient for you, stick to the windows xp backup and use the advanced scheduler as in earlier posts.

We use robocopy for a lot of after hours WAN transfers and it works great, but there's some pretty heavy scripting there.

Last edited by alistairsam; 11-07-2012 at 10:22 AM.
Reply With Quote
  #6  
Old 11-07-2012, 09:35 AM
pjphilli (Peter)
Registered User

pjphilli is offline
 
Join Date: Jan 2008
Location: Thornleigh Sydney
Posts: 638
Thanks Alistair - Your description together with the set of examples makes
the operation much clearer now. I will practise a couple as you have suggested to decide which is the best for me. Cheers Peter
Reply With Quote
  #7  
Old 11-07-2012, 10:56 AM
arifmshaikh
Registered User

arifmshaikh is offline
 
Join Date: Dec 2010
Location: Sydney, Australia
Posts: 142
Peter

here is the example of simple backup command. replace the <backup folder and <backup destination> as per your computer setup. Try to use external USB drive for backup to be safe side. You can just copy paste the following command into the notepad and save that file with .bat extension. Run the test back and if everything is ok, use Schedule Task from control panel, select this batch file and schedule your backup. Make sure when your run this backup close any open files or email.

robocopy.exe <backup folder> <backup destination> /R:5 /W:10 /MIR /np /LOG:c:\MyBackupLog.txt
Reply With Quote
  #8  
Old 11-07-2012, 11:00 AM
arifmshaikh
Registered User

arifmshaikh is offline
 
Join Date: Dec 2010
Location: Sydney, Australia
Posts: 142
Hi Peter

Here is the sample backup command, replace the backup folder and backup destination as per your setup. Use the external USB drive for the backup destination.
Just copy and paste this command into the notepad and save it with .bat extension. Run the test backup and if everything is ok, schedule it through Schedule Task from control panel. Just make sure you close any open file and email before starting backup.


robocopy.exe <backup folder> <backup destination> /R:5 /W:10 /MIR /np /LOG:c:\MyBackupLog.txt
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time is now 01:43 PM.

Powered by vBulletin Version 3.8.7 | Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Advertisement
Bintel
Advertisement