System rebooted while backup

System rebooted while backup is taken , the system is opreating normally but the storge is almost full ,
can i delete the temp backup files to free up the space.

Thanks

Sure, you can delete logs and old backups

The ussue thats the backup file not shown in the GUI
neither on the files
I think its cashed in temp file

How to clean system ?

Use du -sh * to locate large files

cd /
du -sh *

Or you can also do

du -sh * | grep G

To find files/folders larger than 1G

1 Like