You are not logged in.
Pages: 1
Hi,
I want to backup all file : /
but without : /sys/*
so I use the command : tar --exclude=sys/* -cvp -f /backup/fullBackup$(date -I).tar /
but the command also ignores the file : /usr/unclude/sys/*
How do just ignore /sys/* ?
Offline
If you haven't already sorted it out, I think, (from memory), you need --exclude=/sys which should do what you wanted.
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]