half GB used up after the backup?

Asked by ceg

Just noticed the free space on "/" decreased by half a GB after DD was done backing up the /home dir stored on that filesystem to an external location.

Are caches, tmp files or logs created that large? (backed up ~100GB of user files)

Question information

Language:
English Edit question
Status:
Solved
For:
Déjà Dup Edit question
Assignee:
No assignee Edit question
Solved by:
ceg
Solved:
Last query:
Last reply:
Revision history for this message
ceg (ceg) said :
#1

(It was the first backup made)

Revision history for this message
Michael Terry (mterry) said :
#2

It's possible? I know that the cache files duplicity keeps can get large. How big is ~/.cache/deja-dup?

Revision history for this message
ceg (ceg) said :
#3

du -h ~/.cache/deja-dup
861M /home/<user>/.cache/deja-dup

Ok, then this also explains the first half GB. Thank you!