Hello
I have a file backup.tar which I wish to extract in the background on the server.
I know tar xf backup.tar -C /home/extracted will extract it, but since my connection is too slow and breaks all the time, and the file is around 260 gigs, it has failed to go through on 5 occassions.
So can I extract this on the background itself? using the server's resources? something where my internet connection won't matter.
Also, If I could extract particular directories like say for example etc then that would be great. As it will save me time and I can only extract what hasn't already been extracted.
Best Regards
Amit
I have a file backup.tar which I wish to extract in the background on the server.
I know tar xf backup.tar -C /home/extracted will extract it, but since my connection is too slow and breaks all the time, and the file is around 260 gigs, it has failed to go through on 5 occassions.
So can I extract this on the background itself? using the server's resources? something where my internet connection won't matter.
Also, If I could extract particular directories like say for example etc then that would be great. As it will save me time and I can only extract what hasn't already been extracted.
Best Regards
Amit