hi
i want tar to read its input from a file .
that is i have a file that contains a list of all directories that i nead to backup .
how can i make tar read this list.
look into 'man tar':
what about
tar cvf x.tar `cat x`
hi
i want tar to read its input from a file .
that is i have a file that contains a list of all directories that i nead to backup .
how can i make tar read this list.
look into 'man tar':
what about
tar cvf x.tar `cat x`