06-28-2025, 10:31 PM
06-28-2025, 10:45 PM
(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?
06-29-2025, 07:17 PM
(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
07-01-2025, 09:18 AM
(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.