Friday, July 6, 2012

How to Exclude Directories from Tar

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

Proxmox installation display out of range

Reference:  https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/