tar and feathers This is a way to copy files in unix and keep the same time stamps, using the tar package: tar cf – . | (cd wherever; tar -xvf -) e.g. change directory to path of USB stick and use: tar cf – . | (cd /space/BACKUP/UDISK/;tar -xvf -) kitchen rysnc This is [...]
Filed under: bash, data | 1 Comment »
