Hasleo Software Forums
Excluding files and folders in System Backups & Disk / Partition Backups - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1)
+--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=10)
+--- Thread: Excluding files and folders in System Backups & Disk / Partition Backups (/showthread.php?tid=1669)

Pages: 1 2


Excluding files and folders in System Backups & Disk / Partition Backups - Skyblue - 12-07-2023

Hello,

First of all, many thanks to Hasleo Software for offering the Hasleo Backup Suite. A very nice tool developed actively by Hasleo.

Kindly, is it possible to exclude files and folders before starting System Backups and Disk / Partition Backups?

For example, some folders like C:\Windows\SoftwareDistribution and C:\Users\USER\AppData\Local\Temp can contain a lot of unnecessary files increasing the size of the backups.


RE: Excluding files and folders in System Backups & Disk / Partition Backups - admin - 12-07-2023

I'm sorry that HBS doesn't currently support excluding files and folders, we'll implement it in future releases.


RE: Excluding files and folders in System Backups & Disk / Partition Backups - Skyblue - 12-07-2023

Hello,

Thanks, I will wait for the future releases.


RE: Excluding files and folders in System Backups & Disk / Partition Backups - guest123 - 12-08-2023

Just for further clarification, does HBS incl the hibernation & page file too in OS/system backup?


RE: Excluding files and folders in System Backups & Disk / Partition Backups - Froggie - 12-08-2023

I believe not, just FileSystem place holders with no storage associated with them.


RE: Excluding files and folders in System Backups & Disk / Partition Backups - OldNavyGuy - 12-09-2023

Since HBS uses VSS, it follows it should follow the list of files to exclude in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\BackupRestore\FilesNotToBackup


RE: Excluding files and folders in System Backups & Disk / Partition Backups - admin - 12-11-2023

The current version of HBS does not back up the contents of page file, swap file and hibernation file by default when backing up the system partition.


RE: Excluding files and folders in System Backups & Disk / Partition Backups - Skyblue - 12-20-2023

Hello,

It looks like that HBS is skipping this registry branch :

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\BackupRestore\FilesNotToBackup

Browsing my system backup , I can see that the C:\Windows\SoftwareDistribution folder exists in the archive.

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\BackupRestore\FilesNotToBackup\WUA :

%windir%\softwaredistribution\*.* /s


RE: Excluding files and folders in System Backups & Disk / Partition Backups - OldNavyGuy - 12-20-2023

(12-11-2023, 05:19 PM)admin Wrote: The current version of HBS does not back up the contents of page file, swap file and hibernation file by default when backing up the system partition.


Actually, that's not quite correct...

https://www.dropbox.com/scl/fi/n9u57jmv1h7njzbmhp9xy/HBS-Full.jpg?rlkey=e3yl67kvm7ep6pm5z9mx5a3nq&dl=0

Using HBS 4.0


RE: Excluding files and folders in System Backups & Disk / Partition Backups - OldNavyGuy - 12-20-2023

(12-20-2023, 12:19 AM)Skyblue Wrote: Hello,

It looks like that HBS is skipping this registry branch :

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\BackupRestore\FilesNotToBackup

Browsing my system backup , I can see that the C:\Windows\SoftwareDistribution folder exists in the archive.

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\BackupRestore\FilesNotToBackup\WUA :

%windir%\softwaredistribution\*.* /s

I just did a Full Disk Partition image, and it appears that none of the registry entries are being honored.

I'm also seeing pagefile.sys and swapfile.sys in the image as well. I posted the screen shot of that in a repy to admin.

So even though HBS uses VSS to snapshot the system, it seems it does not follow any of the exclusions.

Disappointing.