<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Scheduling DisplayFusion Settings Backups to delete older files</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=7d8881a8-708e-4b6f-9cf9-5171360139b9" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=7d8881a8-708e-4b6f-9cf9-5171360139b9</link>
<description>DisplayFusion RSS: Scheduling DisplayFusion Settings Backups to delete older files</description>
<lastBuildDate>Sun, 07 Jun 2026 04:57:53 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=7d8881a8-708e-4b6f-9cf9-5171360139b9</generator>
<item>
<title>RE: Scheduling DisplayFusion Settings Backups to delete older files</title>
<link>https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#8</link>
<pubDate>Fri, 07 May 2021 15:43:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry, I had set it only to cleanup the files so that you could run it separately from the backups.
I've attached a new version (different file name too). It will backup to the default location (%userprofile%\Documents\DisplayFusion Backups), then it will prune the old backups from the folder yo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry, I had set it only to cleanup the files so that you could run it separately from the backups.<br/>
<br/>
I've attached a new version (different file name too). It will backup to the default location (%userprofile%\Documents\DisplayFusion Backups), then it will prune the old backups from the folder you specify on line 2.<br/>
<br/>
In your scheduled task, the application should be <div class="Inline"><pre>powershell.exe</pre></div> and then the rest (<div class="Inline"><pre>-ExecutionPolicy Bypass -File C:\path\to\CleanupDFBackups-EDIT-PATH-ON-LINE2.ps1</pre></div>) goes in the arguments box.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Scheduling DisplayFusion Settings Backups to delete older files</title>
<link>https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#7</link>
<pubDate>Fri, 07 May 2021 07:14:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Ok, here you go! Some notes on this:
Be careful with this script, it will not send the files to the recycle bin, and it won't prompt for confirmation!
You can set the number of days to keep on line 1.
You can set the path on line 2.
You can run it like this: powershell.exe -ExecutionP...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Ok, here you go! Some notes on this:<br/>
<ul class="ListBullet">
<li>Be careful with this script, it will not send the files to the recycle bin, and it won't prompt for confirmation!</li>
<li>You can set the number of days to keep on line 1.</li>
<li>You can set the path on line 2.</li>
<li>You can run it like this: <div class="Inline"><pre>powershell.exe -ExecutionPolicy Bypass -File C:\path\to\CleanupDFBackups-EDIT-PATH-ON-LINE2.ps1</pre></div></li></ul>
<br/>
Hope that helps!</div></div><br/>
<br/>
Thank you for the help! Just to know if I'm doing everything just right: I've replaced the old executable with the paratemer to backup DisplayFusion to a .bat file with the following script <div class="Inline"><pre>powershell.exe -ExecutionPolicy Bypass -File C:\path\to\CleanupDFBackups-EDIT-PATH-ON-LINE2.ps1</pre></div>, so it will trigger everyday the .bat file that will run the Powershell script. Is this ok?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Scheduling DisplayFusion Settings Backups to delete older files</title>
<link>https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#6</link>
<pubDate>Thu, 06 May 2021 18:32:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, here you go! Some notes on this:
Be careful with this script, it will not send the files to the recycle bin, and it won't prompt for confirmation!
You can set the number of days to keep on line 1.
You can set the path on line 2.
You can run it like this: powershell.exe -ExecutionPolicy By...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, here you go! Some notes on this:<br/>
<ul class="ListBullet">
<li>Be careful with this script, it will not send the files to the recycle bin, and it won't prompt for confirmation!</li>
<li>You can set the number of days to keep on line 1.</li>
<li>You can set the path on line 2.</li>
<li>You can run it like this: <div class="Inline"><pre>powershell.exe -ExecutionPolicy Bypass -File C:\path\to\CleanupDFBackups-EDIT-PATH-ON-LINE2.ps1</pre></div></li></ul>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Scheduling DisplayFusion Settings Backups to delete older files</title>
<link>https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#5</link>
<pubDate>Wed, 05 May 2021 20:55:46 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry, forgot the path, here it is: C:\Users\usuário\Documents\DisplayFusion Backups]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry, forgot the path, here it is: C:\Users\usuário\Documents\DisplayFusion Backups
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Scheduling DisplayFusion Settings Backups to delete older files</title>
<link>https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#4</link>
<pubDate>Wed, 05 May 2021 18:12:39 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[What folder are the backups stored in?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
What folder are the backups stored in?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Scheduling DisplayFusion Settings Backups to delete older files</title>
<link>https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#3</link>
<pubDate>Tue, 04 May 2021 21:12:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thank you so much for the reply! The backup is setted to be done daily at 00:00:01, I want to keep the other files for 7 days.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you so much for the reply! The backup is setted to be done daily at 00:00:01, I want to keep the other files for 7 days.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Scheduling DisplayFusion Settings Backups to delete older files</title>
<link>https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#2</link>
<pubDate>Tue, 04 May 2021 18:52:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[I could write up a PowerShell script that will clear out the files that are older than N days. Just let me know what the full path to the folder where your backups are stored, and how many days you want to keep.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I could write up a PowerShell script that will clear out the files that are older than N days. Just let me know what the full path to the folder where your backups are stored, and how many days you want to keep.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Scheduling DisplayFusion Settings Backups to delete older files</title>
<link>https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9</link>
<pubDate>Thu, 29 Apr 2021 23:19:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups-to-delete-older-files/?ID=7d8881a8-708e-4b6f-9cf9-5171360139b9</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi, I've just installed DisplayFusion and I am loving it, yet I can't find a solution to my problem, here it is:
I have created a taks in the Windows Task Scheduler just like it's said here and it is working just fine, YET I noticed that the old files won't be deleted automatic. Is there any oth...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi, I've just installed DisplayFusion and I am loving it, yet I can't find a solution to my problem, here it is:<br/>
I have created a taks in the Windows Task Scheduler just like it's said <a href="https://www.displayfusion.com/Discussions/View/scheduling-displayfusion-settings-backups/?ID=29d1b4a2-21f5-459d-a88d-9e1890330222" target="_blank" rel="nofollow"><b>here</b></a> and it is working just fine, YET I noticed that the old files won't be deleted automatic. Is there any other command line or task that must be added to automate this?
</div>
]]></content:encoded>
</item>
</channel>
</rss>