I have been researching this for several days and quite honestly my eyes are glazed over. I am looking for an easy way to deleter Old Backups without having to write any code. I have not written code since the early 80s when we had to write Fortran programs to run our Engineering problems in College.
If I have overlooked a thread explaining this, I apologize.
Duplicati version and System Info below.
Thanks,
Eddy Gilley
Duplicati Ver. 2.0.3.3_beta_2018-04-02 (INSTALLED but NOT Activated. I have clicked âActivate Nowâ several times. No Joy.)
System Info
ASUS ROG ROG G751JL
OS Windows 8.1 v.6.3 (Build 9600)
Processor Intel ÂŽCoreâ˘i7-4720HQ CPU @ 2.60Hz
RAM 16 GB
System Type 64 bit
Just to be clear, are you looking for help to install 2.0.3.3 beta so you can delete old backups? If so, try downloading the installer and just install over the current version - there were some changes to the internal updater that made it more stable moving forward but cause some issues updating to the new code.
It sounds like youâve already got a version working - does the Delete feature not work in that (or are you dealing with destination folders that no longer have an associated job)?
My apologies for the confusion. I am looking for a way to Delete old backups. I have over 100 of them for each back up setting. I cannot find the Delete feature you referenced in your reply. The only âdeleteâ I see is associated with configuration of backup settings. Where do I find the âdeleteâ for removing from the harddrive all the older backups?
As for my Update comment. I had recently installed the update and clicked âactivate nowâ several times. I did not realize it required a computer reboot to activate. I tried exiting out of my browser, but that did not work. When I posted my question, I thought there might have been some sort of glitch that impacted my ability to delete and activate.
Any chance you mean you want to delete old backup versions? If so, then you should check out the automated setting for that found in the configuration for each backup job. All youâd need to do is set that up, then run the backup job like normal, and it would take care of deleting the old versions for you. As a starter I suggest you start out with the âsmart backup retentionâ setting.
I am not sure if âversionsâ is the current term. The items I want deleted or removed from my harddrive are the daily backups of my harddrive. They are named Duplicaiti.datetime.dlist.zip They are located on a second harddrive.
The only User Interface I have is a screen that opens at a web address. I have the Options of Home, Add Backup, Restore, Settings, About, Logout. In none fo these do I see a means to delete old backups/versions. Any help is appreciated.
This is the main UI. Are you saying you donât have any actual backup jobs currently added?
Iâm a little confused then as to where the backup files you want to delete originally came from. If they no longer correspond to a backup set, and you no longer need them, then I assume you can just manually delete them from your hard drive if youâre really sure. NOTE: to clarify, I mean you would only do this when you no longer need that backup set at all, i.e. the backup files are orphaned or something. If, on the other hand, they correspond to a backup set you intend to keep, donât mess with them at all, as @drwtsn32 said.
Edit: would you be willing or able to include a screenshot of whatever youâre currently seeing on your Duplicati âHomeâ screen?
Do not manually mess with those Duplicati backup files. You cannot just delete things yourself. Files may look old, but due to deduplication they may be critical for restoring even yesterdayâs backup.
What problem are you trying to accomplish? If youâre worried about the backups taking too much space because too many backups are being retained, you probably donât need to worry. Because of Duplicatiâs deduplication it is extremely efficient.
If you do want to prune/delete old backup versions, you do it on page â5â where you edit your backup job configuration. Check the âRetentionâ setting.
I have two physical HD. The first is partitioned (C, and D) with OS on C and Data on D. A second hard drive (E) is where the product of my âbackupsâ are stored. I have two backup âsetsâ or processes. The first is a process that makes a backup of all files and folders on the D drive. It runs 5 times per week. The second is a process that makes a backup of all files and folders in my Pictures folder. It runs 2 times per week. I have nearly a yearâs worth of backups for each process on the E drive. All the backup sets (or versions? term used in a previous reply) are taking up a significant amount of space on E drive. I read in one of these threads it is not a wise idea to start deleting the zip files. In another thread, there was advice on writing a âscriptâ to remove older backups. If I knew which âbackupâ or zip files to save, I would delete the ones older than three months, but I am uncertain as to which should remain.
Iâm really not trying to be pedantic, but terminology is important here. Thereâs a vast difference between âdeleting old backupsâ (which seems to imply that you have junk backup files sitting around that you donât even want to keep), and removing older versions.
You should notice from your screenshot of your duplicati GUI frontpage, that both backups are taking up quite a bit less space on the destination HDD than the actual source data - thanks in no small part to Duplicatiâs deduplication capabilities.
The âMy Picturesâ backup, as you can see in the screenshot, only has 2 versions currently. My guess is that there is no wasted space here. Remember that Duplicat only stores changes to files, it does not store every file in the backup job in every version. That means that even when you have 47 past versions (as in the âD Completeâ backup set), your total backup data is still far smaller than the source data.
However most people donât feel the need to store old versions forever - thatâs why I personally suggest using âsmart retentionâ as i mentioned earlier, on page 5 of configuration settings for a backup set.
No need to apologize, but at https://www.duplicati.com/, the page-top link to âManualâ is easier than threads. Maybe https://forum.duplicati.com/ could also link to that someday? Thereâs actually your exact wish shown:
This appears under âThe retention can be set in 3 waysâ in Creating a new backup job, but because yours exists, see Editing an existing backup. One recent addition which you just installed with 2.0.3.3 beta is that there are now 5 ways which have summary help in the UI if you pick them. For (possibly way too much) detail, see the announcement at New retention policy deletes old backups in a smart way and decide if you prefer a simple age-based cleanup or something that thins out old backup versions more as they get older. Perhaps all is fine now from a space point of view and you can file this away for when space does get tight.
Getting back to versions though, Iâm concerned that you think you have 100 My Pictures when your screen shot shows 2, with the last one at 03/09/2018 even though you have a scheduled job checking for updates. This might simply mean you donât actually update anything, thus no new version is made, but please check. Somewhat odd is that a pure pictures backup shouldnât be smaller than the source (no compression done), but maybe you have some other things there that are not subject to the âcompression-extension-file policy.
This isnât a backup, but the part of the backup thatâs a list of source files in that one. You also get dindex and dblock files as seen on your screenshot. These store the file contents and indexes about how to get to them.
Restoring files from a backup should show how many versions you have (should agree with the main screen) and also when they were made. Looking at the file view and maybe even trying a test restore would be good.
Especially if your Duplicati is a Windows Service (would have needed command line work at initial install time) you might have seen Activate downloaded upgrade sometimes fail which is currently getting some discussion.
Thatâs my attempt to further clarify what everyone is talking about (thanks!), and to suggest another concern.
This is a reply to all that have helped or made suggestions. I apologizie for the tardy response. I had an unscheduled stay of a few days at the local hospital. I just got home this morning. I will review all the responses and make the changes to the retention settings in few moments. I assume the next time it backups either of my backup plans, it will automatically delete any items older than 3 months.
After reviewing the othe comments, I will reply directly. I appreciate each of you for helping.
My problems are solved. If you want to read further I will attempt to explain what happened and why I had a problem. If not, then thanks to all that have helped me on this.
Eddy
After my discharge from hospital one of my techie friends stopped by to check on me. They do not use duplicati but found why I had nearly 65% of a 1 tb drive. Yes, my two current back up plans (My Photos and Cmplete) had 2 and 47 versions respectively. What my friend discovered and I had forgotten I had other back up plans when I first started using duplicati. I removed them but the files associated with them remained on my HD in the two different folders Backups and Backups1. These are back up plans accounted for the other 250 gb of space.
I elected to remove/delete both current back up plans and all associated versions. When doing this I remember there was an option to check mark if I wanted to remove the associated versions. I do not remember doing this when I first removed the other back up plans. Now I have two back up plans for the pictures and one for the entire D drive and back ups appear to be doing fine.