RSS
people

automate pull linux backup file to window server

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.

read more »

No Comments | Tags: , ,

how to exclude directories while using tar command

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.

read more »

No Comments | Tags: , ,