Backup over home network

  • Thread starter Thread starter Gary Atkins
  • Start date Start date
G

Gary Atkins

I'm using XP Home and want to automatically backup a couple of directories
to a storage directory on another PC for safekeeping. I can't find a
suitable utility in XP though Briefcase comes close.
Suggestions?
Thanks, Gary
 
Karen's Replicator http://www.karenware.com/

Use it to backup Document files and folders on a 3PC LAN, so that each PC
has upto date copies of documents from the other 2 PC's.
Manual and Schedule functions.
 
I haven't tried these yet but was looking myself:

bask
xxcopy
easysync
ptreplicator (from karenware.com)
MOBv21 (called my own backup, I think)

I'll try them tonight.
 
Re: XP Home and want to automatically backup a couple of directories to a
storage directory on another PC for safekeeping.

Karen's Replicator is a good structure to use.
Also a batch file using xcopy works for directories. I send a directory to a
laptop in order to bring that whole file home to then repeat the process on
to another desktop.

from the desktop to the laptop on a home network puts a directory for safe
keeping while I do some database changes for example.
@Echo off
xcopy /e /v /y C:\"Documents and Settings\Owner\My Documents\Msweeddoc"\
\\Laptop\"d on Laptop\FileDOC\Msweeddoc"\
exit

The following worked on a udf (INCD) formatted cd but this CD format isn't
always totally dependable and I went back to using the CDR
I was really hoping this type of copy onto a CD would work out for easy use
in a small business office situation.
@Echo Off
xcopy /e /v /y C:\Documents E:\AlphaBackup\Documents
exit

One really swift addition to the right click menu comes from:
copyToXP - "Move To / Copy To" Shell Extension Enabler v1.2
--------------------------------------------------
for Windows 2k/XP (not tested on earlier versions)
Copyright (C) 2002 Nando Rossi ([email protected])
I think the website is http://www.basementnoises.com

Rose Weir
 
I'm using XP Home and want to automatically backup a couple of directories
to a storage directory on another PC for safekeeping. I can't find a
suitable utility in XP though Briefcase comes close.
Suggestions?
Thanks, Gary

I've been using BASK for a few months, and it's super. I just tried
it on my home network after your post, and it worked just fine.
 
I'm using XP Home and want to automatically backup a couple of directories
to a storage directory on another PC for safekeeping. I can't find a
suitable utility in XP though Briefcase comes close.
Suggestions?
Thanks, Gary

I just looked for it, and it has apparently gone commercial. You can
still get the freeware version at the below link, but hurry...most of
the usual freeware sites link to the home page, which has been
discontinued.

http://www.winsite.com/bin/Info?4000000037257
 
I'm using XP Home and want to automatically backup a couple of directories
to a storage directory on another PC for safekeeping. I can't find a
suitable utility in XP though Briefcase comes close.
Suggestions?
Thanks, Gary

Oops! that is an older version...it is at
ftp://download.hirekmedia.hu/BASK_141_Build80.zip

That's the version listed on pricelessware.com as "last free", and it
is the one I am using.
 
Karens Replicator here ( scroll down )
http://www.karenware.com/powertools/powertools.asp
--
Paul Woodsford
Remove ****NOSPAMPLEASE**** to Reply
: On Thu, 30 Oct 2003 08:56:14 +1100, "Gary Atkins"
:
: >I'm using XP Home and want to automatically backup a couple of
directories
: >to a storage directory on another PC for safekeeping. I can't find a
: >suitable utility in XP though Briefcase comes close.
: >Suggestions?
: >Thanks, Gary
: >
:
: I've been using BASK for a few months, and it's super. I just tried
: it on my home network after your post, and it worked just fine.
 
TW said:
I just looked for it, and it has apparently gone commercial. You can
still get the freeware version at the below link, but hurry...most of
the usual freeware sites link to the home page, which has been
discontinued.

http://www.winsite.com/bin/Info?4000000037257

I have a link to V1.41 build80 beta which is still freeware
and much more advanced than v1.22. ~509Kb on my WinUtils1 page
or here:
ftp://download.hirekmedia.hu/BASK_141_Build80.zip

Cheers!

Son Of Spy

--

Read the latest in the Scumsucking SPCA saga HERE:
http://www.sover.net/~wysiwygx/SPCAScum.html

http://www.sover.net/~wysiwygx/index.html
. --- . . - - - - - - - - - - - -
/ SOS \ __ / Freeware - - - - - -
/ / \ ( ) / - - - - -
/ / / / / / / \/ \ - - - -
/ / / / / / / : : - - -
/ / / / / ' ' - -
/ / //..\\
=====UU==UU=====
'///||\\\'
' '' '
 
I have a link to V1.41 build80 beta which is still freeware
and much more advanced than v1.22. ~509Kb on my WinUtils1 page
or here:
ftp://download.hirekmedia.hu/BASK_141_Build80.zip

Cheers!

Son Of Spy

I've been using BASK for some time now on an xp home network. Extremely
fast and reliable. Set it and forget it! <infomercial>
 
Back
Top