ifwrotate exclude folder or large files

User discussion and information resource forum for TeraByte Drive Image products, including TBNetManage.
Post Reply
sproket90
Posts: 3
Joined: Wed Nov 19, 2014 9:01 pm

ifwrotate exclude folder or large files

Post by sproket90 »

Hi All,

I've been using ifwrotate for several years without any issues. However I can come across a situation where I need to exclude some virtual server files from the backup, these files are over 70 gig in size. There are in a folder that could be excluded or by size would work too.

is there a way to do this with ifwrotate?

TIA,
Sproket90
TeraByte Support(PP)
Posts: 1740
Joined: Fri Aug 12, 2011 12:51 am

Re: ifwrotate exclude folder or large files

Post by TeraByte Support(PP) »

You should be able to add the IFW /exlist parameter to specify a file containing the exclusion details. You would add /exlist:<filename> to the TBIParms variable in the script. There are several examples in the IFW manual for setting what gets excluded (search for /exlist).

For example, if the exclusion file is D:\exvirser.txt and the folder is D:\Virtual Server:

Add to your TBIParms variable parameters:

Code: Select all

/exlist:D:\exvirser.txt
Contents of exvirser.txt:

Code: Select all

[k]\Virtual Server\ >
Post Reply