From BStegmaier

Jump to: navigation, search


Using tar

Create compressed incremental backup of dir with index as timestamp file. A full backup ist generated if the timestamp file doesn't exist

tar czf archive.tgz -g index dir

Weblinks