Hi,
I have a problem/question with borg 1.1.5 on ubuntu server 18.04. I already checked the documentation without finding a similar issue. Moreover, I have other machines where borg works without any issue with the same commands.
In few words, borg output after daily pruning is different than actual folder size.
I'm using the following command:
borg init --encryption=repokey-blake2 repository_path
borg create -v --list --filter=AME --progress --stats --exclude-caches --compression lzma,9 destination_folder source_folder
borg prune -v --list --save-space --stats --force --keep-daily=3 --prefix='{hostname}-' repository_path
There are not any error, borg does not delete the old files even if the output show it.
Hi,
I have a problem/question with borg 1.1.5 on ubuntu server 18.04. I already checked the documentation without finding a similar issue. Moreover, I have other machines where borg works without any issue with the same commands.
In few words, borg output after daily pruning is different than actual folder size.
I'm using the following command:
There are not any error, borg does not delete the old files even if the output show it.