Place Holder Products Code
Bash MySQL
Notes Return of the Fed Login
Admin Control Panel Email Control Panel Product Control Panel Debug Info Beacon Create Snippet Tag Control Panel

Create a Tarball

Nicely Create a symlink preserving, gzipped tarball archive (*.tar.gz)

tar czhf output_archive.tar.gz /folder/to/backup

Here, c indicates that we want to create an archive, z says use gzip as well, h 'defreferences' symlinks (preserving them), f indicates that we're going to specify the output destination next.

Comments:

No Comments Yet!