Hasleo Software Forums
Don't split backup files ? - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forum-1.html)
+--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forum-10.html)
+--- Thread: Don't split backup files ? (/thread-3281.html)



Don't split backup files ? - chmichael - 06-28-2025

Hello,
  Is there an option not to split backup files at 2 TB ?

Thank you


RE: Don't split backup files ? - admin - 06-28-2025

(06-28-2025, 10:31 PM)chmichael Wrote: Hello,
  Is there an option not to split backup files at 2 TB ?

Thank you

Yes, the size of a single image file is currently limited to 2TB, which is hard-coded and requires a modification to the code to change it. Under what circumstances would such a large backup image be created?


RE: Don't split backup files ? - chmichael - 06-29-2025

(06-28-2025, 10:45 PM)admin Wrote:
(06-28-2025, 10:31 PM)chmichael Wrote: Hello,
  Is there an option not to split backup files at 2 TB ?

Thank you

Yes, the size of a single image file is currently limited to 2TB, which is hard-coded and requires a modification to the code to change it. Under what circumstances would such a large backup image be created?

NAS/File Server


RE: Don't split backup files ? - admin - 07-01-2025

(06-29-2025, 07:17 PM)chmichael Wrote:
(06-28-2025, 10:45 PM)admin Wrote: Yes, the size of a single image file is currently limited to 2TB, which is hard-coded and requires a modification to the code to change it. Under what circumstances would such a large backup image be created?

NAS/File Server

Because it is not possible to programmatically determine what the maximum file size supported by a network shared folder is, this is the main reason why the file size is limited to 2TB.