Scenario:
Guys, there are always a very good question on “where are the backup file store?”. In the IT field, we know that it is not SAFE to store backup file inside the same disk storage.
Recently, I has a customer would like to pull their application backup file from a Window server.
Here is the solution after I done some research on it.
A quick post to teach on how to exclude directories while using tar command in linux.
Most of the developers/system administrator should know how to using tar command to create a archive/backup for an application.
But I am facing some difficulty to use the tar command exclude multiple directories until I found this post.
Recently I am setup a new server for one of my company client.
After finish configure the server & I am trying to setup SugarCRM inside the server, I found that the database connection part is not able to connect to a remote database server.
Then I try to fill in database information to local database server & everything is working fine.
Then I googled a while & found that it is a SELinux issue. It seem like block apache connect to a remote database server.
Below is my solutions:
















