tar backup

Hi all,

I would like to append list of files to already taken tar backup
file. can anybody help?

last month backup :
cd /accounts/11
tar -cvf monthback.tar *

Now I want to add /accounts/12 to monthback.tar

is it possible?

Krishna

See the u flag (update flag) in the tar man page.