Windows File History Include/Exclude Order of Precedence?
I am attempting to configure Win 10 Pro File History without continually backing up stuff I don't want and thus overflowing by backup device. Specifically, I want to exclude all of usersmedocuments
except for usersmedocumentsvisual studio 2015projects
Simply trying to use the "Add A Folder" button on Backup Options tab in Settings does not work even though it is present in the XML (see below).
In looking at the contents of the backup drive, there is no content for that included 'projects' subdir. Both the include and exclude are present in UsersmeAppDataLocalMicrosoftWindowsFileHistoryConfigurationconfig1.xml:
<UserFolder>C:UsersmeDocumentsVisual Studio 2015Projects</UserFolder>
...
<FolderExclude Hidden="true">C:UsersmeDocuments</FolderExclude>
Any advice or relevant pointers appreciated.
windows-10 file-history
add a comment |
I am attempting to configure Win 10 Pro File History without continually backing up stuff I don't want and thus overflowing by backup device. Specifically, I want to exclude all of usersmedocuments
except for usersmedocumentsvisual studio 2015projects
Simply trying to use the "Add A Folder" button on Backup Options tab in Settings does not work even though it is present in the XML (see below).
In looking at the contents of the backup drive, there is no content for that included 'projects' subdir. Both the include and exclude are present in UsersmeAppDataLocalMicrosoftWindowsFileHistoryConfigurationconfig1.xml:
<UserFolder>C:UsersmeDocumentsVisual Studio 2015Projects</UserFolder>
...
<FolderExclude Hidden="true">C:UsersmeDocuments</FolderExclude>
Any advice or relevant pointers appreciated.
windows-10 file-history
add a comment |
I am attempting to configure Win 10 Pro File History without continually backing up stuff I don't want and thus overflowing by backup device. Specifically, I want to exclude all of usersmedocuments
except for usersmedocumentsvisual studio 2015projects
Simply trying to use the "Add A Folder" button on Backup Options tab in Settings does not work even though it is present in the XML (see below).
In looking at the contents of the backup drive, there is no content for that included 'projects' subdir. Both the include and exclude are present in UsersmeAppDataLocalMicrosoftWindowsFileHistoryConfigurationconfig1.xml:
<UserFolder>C:UsersmeDocumentsVisual Studio 2015Projects</UserFolder>
...
<FolderExclude Hidden="true">C:UsersmeDocuments</FolderExclude>
Any advice or relevant pointers appreciated.
windows-10 file-history
I am attempting to configure Win 10 Pro File History without continually backing up stuff I don't want and thus overflowing by backup device. Specifically, I want to exclude all of usersmedocuments
except for usersmedocumentsvisual studio 2015projects
Simply trying to use the "Add A Folder" button on Backup Options tab in Settings does not work even though it is present in the XML (see below).
In looking at the contents of the backup drive, there is no content for that included 'projects' subdir. Both the include and exclude are present in UsersmeAppDataLocalMicrosoftWindowsFileHistoryConfigurationconfig1.xml:
<UserFolder>C:UsersmeDocumentsVisual Studio 2015Projects</UserFolder>
...
<FolderExclude Hidden="true">C:UsersmeDocuments</FolderExclude>
Any advice or relevant pointers appreciated.
windows-10 file-history
windows-10 file-history
edited Dec 13 '18 at 17:34
asked Dec 13 '18 at 17:04
cniggeler
284
284
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You don't need to update XML files.
Go to Control Panel > File History > Exclude folders, click the Add button
and select the folder to exclude. Repeat as required.
Please read post. The Add does not work when Exclude is present!
– cniggeler
Dec 13 '18 at 17:21
Then clarify your post. Add a description of what you are doing and when does it not work.
– harrymc
Dec 13 '18 at 17:27
Done. I thought its presence in the XML was proof that it had been added.
– cniggeler
Dec 13 '18 at 17:35
If I understood right, what you mean is that the added folders don't get backup'ed, and this happens because you added some exclusions. That they are backup'ed successfully if there are no exclusions. Do both these statements seem correct?
– harrymc
Dec 13 '18 at 20:22
I think so. To be very specific, I would like c:usersmedocumentsvisual studio 2015projects backed up, but nothing else in c:usersmedocuments. Manually excluding subdirs to c:usersmedocuments except visual studio 2015projects is sub-optimal because I'd have to constantly patrol the parent dir - for instance, if I install a new program, the odds are good it will create a new subdir, which would then get backed up.
– cniggeler
Dec 13 '18 at 20:57
|
show 4 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1383347%2fwindows-file-history-include-exclude-order-of-precedence%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You don't need to update XML files.
Go to Control Panel > File History > Exclude folders, click the Add button
and select the folder to exclude. Repeat as required.
Please read post. The Add does not work when Exclude is present!
– cniggeler
Dec 13 '18 at 17:21
Then clarify your post. Add a description of what you are doing and when does it not work.
– harrymc
Dec 13 '18 at 17:27
Done. I thought its presence in the XML was proof that it had been added.
– cniggeler
Dec 13 '18 at 17:35
If I understood right, what you mean is that the added folders don't get backup'ed, and this happens because you added some exclusions. That they are backup'ed successfully if there are no exclusions. Do both these statements seem correct?
– harrymc
Dec 13 '18 at 20:22
I think so. To be very specific, I would like c:usersmedocumentsvisual studio 2015projects backed up, but nothing else in c:usersmedocuments. Manually excluding subdirs to c:usersmedocuments except visual studio 2015projects is sub-optimal because I'd have to constantly patrol the parent dir - for instance, if I install a new program, the odds are good it will create a new subdir, which would then get backed up.
– cniggeler
Dec 13 '18 at 20:57
|
show 4 more comments
You don't need to update XML files.
Go to Control Panel > File History > Exclude folders, click the Add button
and select the folder to exclude. Repeat as required.
Please read post. The Add does not work when Exclude is present!
– cniggeler
Dec 13 '18 at 17:21
Then clarify your post. Add a description of what you are doing and when does it not work.
– harrymc
Dec 13 '18 at 17:27
Done. I thought its presence in the XML was proof that it had been added.
– cniggeler
Dec 13 '18 at 17:35
If I understood right, what you mean is that the added folders don't get backup'ed, and this happens because you added some exclusions. That they are backup'ed successfully if there are no exclusions. Do both these statements seem correct?
– harrymc
Dec 13 '18 at 20:22
I think so. To be very specific, I would like c:usersmedocumentsvisual studio 2015projects backed up, but nothing else in c:usersmedocuments. Manually excluding subdirs to c:usersmedocuments except visual studio 2015projects is sub-optimal because I'd have to constantly patrol the parent dir - for instance, if I install a new program, the odds are good it will create a new subdir, which would then get backed up.
– cniggeler
Dec 13 '18 at 20:57
|
show 4 more comments
You don't need to update XML files.
Go to Control Panel > File History > Exclude folders, click the Add button
and select the folder to exclude. Repeat as required.
You don't need to update XML files.
Go to Control Panel > File History > Exclude folders, click the Add button
and select the folder to exclude. Repeat as required.
answered Dec 13 '18 at 17:12
harrymc
254k13265565
254k13265565
Please read post. The Add does not work when Exclude is present!
– cniggeler
Dec 13 '18 at 17:21
Then clarify your post. Add a description of what you are doing and when does it not work.
– harrymc
Dec 13 '18 at 17:27
Done. I thought its presence in the XML was proof that it had been added.
– cniggeler
Dec 13 '18 at 17:35
If I understood right, what you mean is that the added folders don't get backup'ed, and this happens because you added some exclusions. That they are backup'ed successfully if there are no exclusions. Do both these statements seem correct?
– harrymc
Dec 13 '18 at 20:22
I think so. To be very specific, I would like c:usersmedocumentsvisual studio 2015projects backed up, but nothing else in c:usersmedocuments. Manually excluding subdirs to c:usersmedocuments except visual studio 2015projects is sub-optimal because I'd have to constantly patrol the parent dir - for instance, if I install a new program, the odds are good it will create a new subdir, which would then get backed up.
– cniggeler
Dec 13 '18 at 20:57
|
show 4 more comments
Please read post. The Add does not work when Exclude is present!
– cniggeler
Dec 13 '18 at 17:21
Then clarify your post. Add a description of what you are doing and when does it not work.
– harrymc
Dec 13 '18 at 17:27
Done. I thought its presence in the XML was proof that it had been added.
– cniggeler
Dec 13 '18 at 17:35
If I understood right, what you mean is that the added folders don't get backup'ed, and this happens because you added some exclusions. That they are backup'ed successfully if there are no exclusions. Do both these statements seem correct?
– harrymc
Dec 13 '18 at 20:22
I think so. To be very specific, I would like c:usersmedocumentsvisual studio 2015projects backed up, but nothing else in c:usersmedocuments. Manually excluding subdirs to c:usersmedocuments except visual studio 2015projects is sub-optimal because I'd have to constantly patrol the parent dir - for instance, if I install a new program, the odds are good it will create a new subdir, which would then get backed up.
– cniggeler
Dec 13 '18 at 20:57
Please read post. The Add does not work when Exclude is present!
– cniggeler
Dec 13 '18 at 17:21
Please read post. The Add does not work when Exclude is present!
– cniggeler
Dec 13 '18 at 17:21
Then clarify your post. Add a description of what you are doing and when does it not work.
– harrymc
Dec 13 '18 at 17:27
Then clarify your post. Add a description of what you are doing and when does it not work.
– harrymc
Dec 13 '18 at 17:27
Done. I thought its presence in the XML was proof that it had been added.
– cniggeler
Dec 13 '18 at 17:35
Done. I thought its presence in the XML was proof that it had been added.
– cniggeler
Dec 13 '18 at 17:35
If I understood right, what you mean is that the added folders don't get backup'ed, and this happens because you added some exclusions. That they are backup'ed successfully if there are no exclusions. Do both these statements seem correct?
– harrymc
Dec 13 '18 at 20:22
If I understood right, what you mean is that the added folders don't get backup'ed, and this happens because you added some exclusions. That they are backup'ed successfully if there are no exclusions. Do both these statements seem correct?
– harrymc
Dec 13 '18 at 20:22
I think so. To be very specific, I would like c:usersmedocumentsvisual studio 2015projects backed up, but nothing else in c:usersmedocuments. Manually excluding subdirs to c:usersmedocuments except visual studio 2015projects is sub-optimal because I'd have to constantly patrol the parent dir - for instance, if I install a new program, the odds are good it will create a new subdir, which would then get backed up.
– cniggeler
Dec 13 '18 at 20:57
I think so. To be very specific, I would like c:usersmedocumentsvisual studio 2015projects backed up, but nothing else in c:usersmedocuments. Manually excluding subdirs to c:usersmedocuments except visual studio 2015projects is sub-optimal because I'd have to constantly patrol the parent dir - for instance, if I install a new program, the odds are good it will create a new subdir, which would then get backed up.
– cniggeler
Dec 13 '18 at 20:57
|
show 4 more comments
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1383347%2fwindows-file-history-include-exclude-order-of-precedence%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown