Old backups are not deleted when compression type is set to monolithic

Questions about Cobian Reflector
Post Reply
lest623
Posts: 1
Joined: 05 Oct 2021, 11:20

Old backups are not deleted when compression type is set to monolithic

Post by lest623 »

Hello,
I'm testing version 0.9.08 BETA and would like to file a bug report: old backups are not deleted when compression type is "Monolithic" but if the option is set to "No compression" or "Compress files individually", it works fine.
There are no errors in logs and everything works fine except the fact that the old backup archives remain on the disk instead of being deleted.

Code: Select all

    2021-10-05 11:15:34 A backup has started...
    2021-10-05 11:15:34 Calculating the number of files. This could take a while...
    2021-10-05 11:15:34 Backing up the task "TestApps"
    2021-10-05 11:15:34 Applying the parameters to the task "TestApps" (if any).
    2021-10-05 11:15:34 Requesting the creation of a Volume Shadow Copy image for the source...
    2021-10-05 11:15:38 The Volume Shadow Copy image has been successfully created.
    2021-10-05 11:15:38 Starting the copy. The user running the task is: SYSTEM
    2021-10-05 11:15:38 Compressing the directory "C:\Users\JohnDoe\Desktop\t_LM" into a monolithic archive...
    2021-10-05 11:15:38 Adding the directory "C:\Users\JohnDoe\Desktop\t_LM" to the archive...
    2021-10-05 11:16:01 Clearing the archive attribute of the source directory "C:\Users\JohnDoe\Desktop\t_LM"...
    2021-10-05 11:16:01 The monolithic archive "C:\WINDOWS\TEMP\t_LM.zip" has been created. Files in archive: 52. Folders: 18. Ignored files: 0  Uncompressed size: 376.18 MB
    2021-10-05 11:16:01 Copying the file "C:\WINDOWS\TEMP\t_LM.zip" to "C:\Bkp\TestAppsPlace"...
    2021-10-05 11:16:01 The archive attribute for "C:\WINDOWS\TEMP\t_LM.zip" has been removed.
    2021-10-05 11:16:01 The file attributes have been copied from "C:\WINDOWS\TEMP\t_LM.zip" to "C:\Bkp\TestAppsPlace\t_LM 2021-10-05 11;15;38.zip".
    2021-10-05 11:16:02 The timestamps have been copied from "C:\WINDOWS\TEMP\t_LM.zip" to "C:\Bkp\TestAppsPlace\t_LM 2021-10-05 11;15;38.zip".
    2021-10-05 11:16:02 The file "C:\WINDOWS\TEMP\t_LM.zip" has been successfully copied to "C:\Bkp\TestAppsPlace\t_LM 2021-10-05 11;15;38.zip".
    2021-10-05 11:16:02  * Backup part for task "TestApps" ended. Number of backed up files: 1. Backup part size: 363.83 MB. *
    2021-10-05 11:16:02 A sub-backup item has been added to the database.
    2021-10-05 11:16:02 Deleting the temporary archive "C:\WINDOWS\TEMP\t_LM.zip"...
    2021-10-05 11:16:02 The temporary archive "C:\WINDOWS\TEMP\t_LM.zip" has been successfully deleted.
    2021-10-05 11:16:02  ** Backup for task "TestApps" ended. Number of backed up files: 1. Created folders: 0. Backup size: 363.83 MB. **
    2021-10-05 11:16:02 A backup item has been added to the database.
    2021-10-05 11:16:02 Deleting some full backups and associated differential/incremental backups. Reason: maintaining only 2 non-parked full backup sets.
    2021-10-05 11:16:02 The sub-backups have been deleted. Actual files may be being deleted on a background thread.
    2021-10-05 11:16:02 The backups have been deleted. Actual files may be being deleted on a background thread.
    2021-10-05 11:16:02 Deleting the Volume Shadow Copy image...
    2021-10-05 11:16:02 The Volume Shadow Copy image has been successfully deleted.
    2021-10-05 11:16:03 The backup has ended without errors.
    2021-10-05 11:16:03 Getting the backup history for the task "606dc410-6a91-49f4-a31d-f98fcaa961bb"...
User avatar
cobian
Site Admin
Posts: 4667
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Old backups are not deleted when compression type is set to monolithic

Post by cobian »

Fixed for the next version. Thank you!
--
Luis Cobian
Cobian Backup's creator
Post Reply