Page 1 of 1

Excluding files from a partition

Posted: Tue Nov 19, 2024 7:03 pm
by Mr.X
I want to make a full backup of an entire disk with the following layout and at the same time exclude all files from just one partition:

EFI System Partition
Microsoft Reserved Partition
C:
WinRE
D: ← exclude all files from this partition only
E:

How to.

Re: Excluding files from a partition

Posted: Wed Nov 20, 2024 1:11 am
by tas3086
start image
select full backup
select the disk that you want to backup. select all partitions,
unselect the partition that you do not want to backup from the list of partitions
continue selecting options till you get past entering the backup location
select to display/save the backup command that you could use in the future to repeat the operation.
continue if you wish , good luck.

Re: Excluding files from a partition

Posted: Wed Nov 20, 2024 2:55 am
by Mr.X
Thanks, but the above I already know.
but
If I do a full disk restore to a new drive, I'll lose partition D: layout, i.e., position, contiguity, size, etc.
If I do a full disk restore, I want such a partition to show up on my new disk even though it's empty.

Or am I missing something?

Re: Excluding files from a partition

Posted: Wed Nov 20, 2024 5:44 am
by Brian K
It's no problem. When you do a multi-partition restore to a new empty drive it will leave an area of Free space where the D: drive should be. Just create a new partition in this space and you will have an empty D: drive where you wanted it.

Re: Excluding files from a partition

Posted: Wed Nov 20, 2024 6:18 am
by TeraByte Support
you could use /exlist (but it applies to all partitions - so would have to be unique names).

Re: Excluding files from a partition

Posted: Wed Nov 20, 2024 2:01 pm
by Mr.X
Brian K wrote: Wed Nov 20, 2024 5:44 am It's no problem. When you do a multi-partition restore to a new empty drive it will leave an area of Free space where the D: drive should be. Just create a new partition in this space and you will have an empty D: drive where you wanted it.
I didn't know this, that IFW takes into account the unselected partition and creates such free space. Nice and great. Thanks Brian.

Re: Excluding files from a partition

Posted: Wed Nov 20, 2024 2:09 pm
by Mr.X
TeraByte Support wrote: Wed Nov 20, 2024 6:18 am you could use /exlist (but it applies to all partitions - so would have to be unique names).
Yes I realized that. It would be awesome to have the option to apply /exlist to specific partitions, all the more so because I'd like to retain folder structure (truncated files) in some cases. Thanks.

Re: Excluding files from a partition

Posted: Thu Nov 21, 2024 2:26 am
by Brian K
You probably have thought of this. Create a folder in the root...

D:\unique

Move everything into this folder. Then you just need this in myexcludes.txt

[t]\unique\ >

Re: Excluding files from a partition

Posted: Thu Nov 21, 2024 2:39 am
by Mr.X
Thanks Brian, I'm going to think about it.