Getting the following message on this:
drwxr-xr-x 2 xxxxxxx xxxxxxxx 256 Oct 17 16:01 configtool
tar -cvzf configtool.tar configtool
tar: Not a recognized flag: z
Usage: tar -{c|r|t|u|x} [-BdFhilmopsvw]
[-Number] [-fFile]
[-bBlocks] [-S [Feet] [Feet @Density] [Blocksb]]
[-LInputList] [-NBlocks] [-C Directory] File ...
I understand why, but don't know what parameters to use to get all subdirectories tar'd up.
drwxr-xr-x 2 xxxxxxx xxxxxxxx 256 Oct 17 16:01 configtool
tar -cvzf configtool.tar configtool
tar: Not a recognized flag: z
Usage: tar -{c|r|t|u|x} [-BdFhilmopsvw]
[-Number] [-fFile]
[-bBlocks] [-S [Feet] [Feet @Density] [Blocksb]]
[-LInputList] [-NBlocks] [-C Directory] File ...
I understand why, but don't know what parameters to use to get all subdirectories tar'd up.