How to Exclude Directories from Tar
# tar -cf Filename.tar --exclude "/full/path/to/exclude/" /path/to/tar
tar -cf Filename.tar --exclude "/full/path/to/exclude1/" --exclude "/full/path/to/exclude2/" /path/to/tar
Friday, July 6, 2012
How to Exclude Directories from Tar
Subscribe to:
Posts (Atom)
Proxmox installation display out of range
Reference: https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/
-
How to remove BBCODE from a string ? <?php $String = "[b][color=#0000ff]TEST[/color][/b]"; $regex = '|[[\/\!]*?[^\[\]...
-
Original Source:: http://www.zytrax.com/tech/pc/serial.html Tech Info - USB and Firewire USB and FireWire (IEEE 1394a and b) represent the...