FRS Excluding Folders
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
FRS Excluding Folders

 
Post new topic   Reply to topic    Windows Server Forum Index -> DFS and FRS
Author Message
Chandru R
Guest





Posted: Fri Nov 19, 2004 10:12 pm    Post subject: FRS Excluding Folders Reply with quote

Hello All,

Is there a way to exclude a subfolder in FRS. I am looking to exclude a sub
folder more than 1 level down. e.g. Images/TestImages


Thanks!
Back to top
Glenn L
Guest





Posted: Fri Nov 19, 2004 11:11 pm    Post subject: Re: FRS Excluding Folders Reply with quote

Right from the FRS technical reference.
http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/techref/en-us/Default.asp?url=/Resources/Documentation/windowsserv/2003/all/techref/en-us/w2k3tr_frs_how.asp

Filters exclude subfolders (and their contents) or files from replication.
You exclude subfolders by specifying their name, and you exclude files by
using wildcard characters to specify file names and extensions. By default,
no subfolders are excluded.
Because filtering occurs at the USN journal, filters act as exclusion
filters only for new files and folders added to a replica set. They have no
effect on existing files in the replica set.

--
Glenn L

CCNA, MCSE (2000,2003) + Security
"Chandru R" <chandru2@hotmail.com> wrote in message
news:%231SCQKlzEHA.4004@tk2msftngp13.phx.gbl...
Quote:
Hello All,

Is there a way to exclude a subfolder in FRS. I am looking to exclude a
sub
folder more than 1 level down. e.g. Images/TestImages


Thanks!

Back to top
Glenn L
Guest





Posted: Fri Nov 19, 2004 11:32 pm    Post subject: Re: FRS Excluding Folders Reply with quote

and for how to do it...............
You can use ADUC.
Select VIEW Advanced Features.
Then expand domain..system..file replication service.
In here you will find the replica set object.
For example "domain system volume"
right click the replica set and select properties.
You configure the filters on the "replica set" tab.


--
Glenn L

CCNA, MCSE (2000,2003) + Security
"Glenn L" <the.only(delete)@gmail.com> wrote in message
news:eB3lsolzEHA.1196@TK2MSFTNGP15.phx.gbl...
Quote:
Right from the FRS technical reference.
http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/techref/en-us/Default.asp?url=/Resources/Documentation/windowsserv/2003/all/techref/en-us/w2k3tr_frs_how.asp

Filters exclude subfolders (and their contents) or files from replication.
You exclude subfolders by specifying their name, and you exclude files by
using wildcard characters to specify file names and extensions. By
default, no subfolders are excluded.
Because filtering occurs at the USN journal, filters act as exclusion
filters only for new files and folders added to a replica set. They have
no effect on existing files in the replica set.

--
Glenn L

CCNA, MCSE (2000,2003) + Security
"Chandru R" <chandru2@hotmail.com> wrote in message
news:%231SCQKlzEHA.4004@tk2msftngp13.phx.gbl...
Hello All,

Is there a way to exclude a subfolder in FRS. I am looking to exclude a
sub
folder more than 1 level down. e.g. Images/TestImages


Thanks!



Back to top
Chandru R
Guest





Posted: Mon Nov 22, 2004 7:52 pm    Post subject: Re: FRS Excluding Folders Reply with quote

Thanks Glenn,

I added a filter for the images/TestImages folder using the DFS snap in
(under the replication tab). This does not seem to be working and new files
within the folder are being replicated. Any idea?

Thanks

"Glenn L" <the.only(delete)@gmail.com> wrote in message
news:eB3lsolzEHA.1196@TK2MSFTNGP15.phx.gbl...
Quote:
Right from the FRS technical reference.

http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/techref/en-us/Default.asp?url=/Resources/Documentation/windowsserv/2003/all/techref/en-us/w2k3tr_frs_how.asp

Filters exclude subfolders (and their contents) or files from replication.
You exclude subfolders by specifying their name, and you exclude files by
using wildcard characters to specify file names and extensions. By
default,
no subfolders are excluded.
Because filtering occurs at the USN journal, filters act as exclusion
filters only for new files and folders added to a replica set. They have
no
effect on existing files in the replica set.

--
Glenn L

CCNA, MCSE (2000,2003) + Security
"Chandru R" <chandru2@hotmail.com> wrote in message
news:%231SCQKlzEHA.4004@tk2msftngp13.phx.gbl...
Hello All,

Is there a way to exclude a subfolder in FRS. I am looking to exclude a
sub
folder more than 1 level down. e.g. Images/TestImages


Thanks!



Back to top
Richard Chinn [MSFT]
Guest





Posted: Tue Nov 23, 2004 12:04 pm    Post subject: Re: FRS Excluding Folders Reply with quote

Folder filters are name-based like file filters. This means that if
you want to not replicate a folder named "TestImages" someplace in
your tree, all folders with the name "TestImages" will get filtered.

There's really no way that you can tell FRS that you only want the
"images\testimages" folder in particular to not replicate. If you are
willing to have all folders named TestImages not replicate, you can
set the filter to just "TestImages" and leave it at that. You still
have to contend with the following.

1) File filters are case-sensitive (I believe folder filters as well)
though the underlying file system is case-insensitive (but case
preserving).

2) If you set the filter in Active Directory, there may be AD
replication latencies and FRS polling latencies before FRS sees the
configuration change. You can do an "ntfrsutl sets <machine name>"
and look for the folder filter. If it shows your filter, then FRS has
picked up the change.

3) Filters don't work on files/folders already seen by FRS. In other
words, only new files/folders will be filtered. Existing ones will
continue to replicate. You will need to manually delete the existing
folders and allow those deletions to replicate.

If you have a specific folder that you do not want to replicate, there
is a workaround. You can take advantage of the fact that FRS does not
replicate reparse points (junctions). You can create a folder outside
of your replica set to hold the TestImages folder's data. You can
then set up a junction / link / reparse point to point from within
your replica set to this other folder. The linkd.exe utility will let
you create the link. The problem with this is that it's a little
difficult to maintain, and it has to be done on each server that is a
member of the replica set.

--Richard

Please post FRS related questions to
microsoft.public.windows.server.dfs_frs and prefix the subject line
with "FRS:" to make it easier to spot. Note that FRS is used to
replicate SYSVOL on domain controllers and DFS root and link targets.

For additional FRS resources, please visit
http://www.microsoft.com/frs.

This posting is provided "AS IS" with no warranties, and confers no
rights.


On Mon, 22 Nov 2004 08:52:59 -0500, "Chandru R" <chandru2@hotmail.com>
wrote:

Quote:
Thanks Glenn,

I added a filter for the images/TestImages folder using the DFS snap in
(under the replication tab). This does not seem to be working and new files
within the folder are being replicated. Any idea?

Thanks

"Glenn L" <the.only(delete)@gmail.com> wrote in message
news:eB3lsolzEHA.1196@TK2MSFTNGP15.phx.gbl...
Right from the FRS technical reference.

http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/techref/en-us/Default.asp?url=/Resources/Documentation/windowsserv/2003/all/techref/en-us/w2k3tr_frs_how.asp

Filters exclude subfolders (and their contents) or files from replication.
You exclude subfolders by specifying their name, and you exclude files by
using wildcard characters to specify file names and extensions. By
default,
no subfolders are excluded.
Because filtering occurs at the USN journal, filters act as exclusion
filters only for new files and folders added to a replica set. They have
no
effect on existing files in the replica set.

--
Glenn L

CCNA, MCSE (2000,2003) + Security
"Chandru R" <chandru2@hotmail.com> wrote in message
news:%231SCQKlzEHA.4004@tk2msftngp13.phx.gbl...
Hello All,

Is there a way to exclude a subfolder in FRS. I am looking to exclude a
sub
folder more than 1 level down. e.g. Images/TestImages


Thanks!




Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> DFS and FRS All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB