i am trying to figure out the correct flags to untar a file and make its content stay in that current directory
tar -xvf namedb_backup -C /opt/chroot/opt/bind/var/named
that does nothing, if i just issue the tar -xvf namedb_backup , then it trys to extract to another directory. Is there a way around this? If there is please let me know, i dont want to have to move all these directories manually.
Thanks,
Nate
tar -xvf namedb_backup -C /opt/chroot/opt/bind/var/named
that does nothing, if i just issue the tar -xvf namedb_backup , then it trys to extract to another directory. Is there a way around this? If there is please let me know, i dont want to have to move all these directories manually.
Thanks,
Nate