Archive for the ‘Linux’ Category

The problem occured when I had to send an email to myself for reporting purposes from server. It said like these : Insufficient disk space; try again later returntosender: cannot select queue for root Insufficient disk space; try again later returntosender: cannot select queue for postmaster putbody: write error: No   Read More ...

I’m just wanna create a note, because sometime this simple thing is forgotten. To exclude a file or folder from archiving process, we can use –exclude option behind tar command. Example : tar -czvf file-result.tar.gz /path/to/file/or/folder/for/archiving –exclude “/path/to/exclude”