by Alt » Fri Apr 07, 2023 2:16 pm
XrayDoc88 wrote: Wed Apr 05, 2023 10:54 pm
I don't like the auto generated file name that the program inserted for my C drive. It calls it HDD2. Is there any problem changing file names manually before the backup begins?
No problem, you may name the file as you like.
XrayDoc88 wrote: Wed Apr 05, 2023 10:54 pm
Does that cause problems with restores to HDD2 if the names don't match?
No, that doesn't
XrayDoc88 wrote: Wed Apr 05, 2023 10:54 pm
But is the compression enough to use RDR, or should I just use VHDX instead? I don't really plan on encrypting nor adding passwords to my backups.
VHDX doesn't support compression.
XrayDoc88 wrote: Wed Apr 05, 2023 10:54 pm
Finally, do you prefer differential over incremental backups? Do you throw in a full back up every so often?
Differential: Appended changes will be those between the saved full image and the current state. If there is no full image, it will be created instead. When restoring data, you will need the full image and ONLY the differential file created at the instant to which you want to restore data.
Incremental: Appended changes will be those between the last saved changes and the current state. If there is no full image, it will be created instead. When restoring data, you will need the full image and ALL files (both incremental and differential ones) created to the instant to which you want to restore data.
Minimum file sizes: If you need to keep only the latest backup instant, you may use the Append changes differentially to the existing image option and delete all previous differential files. If you need to keep all instances, you may use the Append changes incrementally to the existing image option to keep overall file sizes smaller.
Data safety: If any of the differential file is damaged, data will be lost only for that backup instant. If any of the incremental file is damaged, data will be lost for all subsequent backup instances starting from the damaged file until the next full of differential backup.
[quote=XrayDoc88 post_id=18343 time=1680753290 user_id=5750]
I don't like the auto generated file name that the program inserted for my C drive. It calls it HDD2. Is there any problem changing file names manually before the backup begins? [/quote]
No problem, you may name the file as you like.
[quote=XrayDoc88 post_id=18343 time=1680753290 user_id=5750]
Does that cause problems with restores to HDD2 if the names don't match?
[/quote]
No, that doesn't
[quote=XrayDoc88 post_id=18343 time=1680753290 user_id=5750]
But is the compression enough to use RDR, or should I just use VHDX instead? I don't really plan on encrypting nor adding passwords to my backups.
[/quote]
VHDX doesn't support compression.
[quote=XrayDoc88 post_id=18343 time=1680753290 user_id=5750]
Finally, do you prefer differential over incremental backups? Do you throw in a full back up every so often?
[/quote]
[b]Differential:[/b] Appended changes will be those between the saved full image and the current state. If there is no full image, it will be created instead. When restoring data, you will need the full image and ONLY the differential file created at the instant to which you want to restore data.
[b]Incremental:[/b] Appended changes will be those between the last saved changes and the current state. If there is no full image, it will be created instead. When restoring data, you will need the full image and ALL files (both incremental and differential ones) created to the instant to which you want to restore data.
[b]Minimum file sizes:[/b] If you need to keep only the latest backup instant, you may use the Append changes differentially to the existing image option and delete all previous differential files. If you need to keep all instances, you may use the Append changes incrementally to the existing image option to keep overall file sizes smaller.
[b]Data safety:[/b] If any of the differential file is damaged, data will be lost only for that backup instant. If any of the incremental file is damaged, data will be lost for all subsequent backup instances starting from the damaged file until the next full of differential backup.