Find backup files?

jdn1976

Verified User
Joined
Mar 30, 2020
Messages
107
Hello, when I make backup, I make remote backup to another server.

But, it is odd, because my HD usually is 24% used and now I saw and it is still making backup and using around 41% used of HD.
Where do I find those temporary files while making remote backup? I already checked the admin user but I did not find anything there.
 
Run

Code:
du -sh /home/*

to find out which user is using most of the space. Then you can drill down further to find more specifics.

Code:
du -sh /home/username/*

And so on.
 
Run

Code:
du -sh /home/*

to find out which user is using most of the space. Then you can drill down further to find more specifics.

Code:
du -sh /home/username/*

And so on.

Thanks I have found now. I was inside:

/home/tmp
 
Back
Top