Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Backup using Robocopy

Reply
Thread Tools Display Modes

Backup using Robocopy

 
 
AlanP
Guest
Posts: n/a

 
      05-19-2008
I regularly use Robocopy for backing up data to External Hard Disks but have
recently hit a problem with what are technically called "Junctions" (System
Hidden Folders that can't be accessed). My Backups are actually copying
these folders but in so doing are creating a series of sub folders which
exceed the limits of NTFS. These folders can't be read or deleted without
installing a special deletion program which allows you to rename the sub
folders.
Is there are way of supressing these folders with a Robocopy command or is
there another way around this problem whilst still using Robocopy?
AlanP
OS: Vista Home Premium

 
Reply With Quote
 
 
 
 
Synapse Syndrome
Guest
Posts: n/a

 
      05-19-2008
"AlanP" <> wrote in message
news:%...
>I regularly use Robocopy for backing up data to External Hard Disks but
>have recently hit a problem with what are technically called "Junctions"
>(System Hidden Folders that can't be accessed). My Backups are actually
>copying these folders but in so doing are creating a series of sub folders
>which exceed the limits of NTFS. These folders can't be read or deleted
>without installing a special deletion program which allows you to rename
>the sub folders.
> Is there are way of supressing these folders with a Robocopy command or is
> there another way around this problem whilst still using Robocopy?
> AlanP
> OS: Vista Home Premium


Just use the /XJD switch to exclude Junction Points for directories.

ss.


 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      05-19-2008
"AlanP" <> wrote in message
news:%...
>I regularly use Robocopy for backing up data to External Hard Disks but
>have recently hit a problem with what are technically called "Junctions"
>(System Hidden Folders that can't be accessed). My Backups are actually
>copying these folders but in so doing are creating a series of sub folders
>which exceed the limits of NTFS. These folders can't be read or deleted
>without installing a special deletion program which allows you to rename
>the sub folders.
> Is there are way of supressing these folders with a Robocopy command or is
> there another way around this problem whilst still using Robocopy?
> AlanP
> OS: Vista Home Premium



I'm using Robocopy v.XP026 on XP (I think from the Windows 2003 Resource
Pack), and it doesn't do that with junctions created with the LINKD command
from the XP Resource Pack, because I think the /XJ switch is included by
default.

Just use the /XJD switch to exclude junction points for directories, if that
switch is included in the Vista version. Otherwise, try the /XJ switch.
Maybe junctions created with the MKLINK command are different, as Vista now
has Linux-style SymLinks.

Please tell me which one works with Vista.

ss.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Robocopy Error butter Windows Vista General Discussion 4 05-19-2008 03:46 PM
how to use robocopy niks Windows Vista File Management 2 03-12-2008 02:22 PM
Robocopy leapyear Windows Vista General Discussion 9 02-25-2008 08:42 PM
robocopy mediaplayerasker Windows Vista File Management 3 02-09-2008 02:44 PM
Robocopy Dag N Windows Vista General Discussion 1 09-23-2006 08:24 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59