Conversation:
Notices
-
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer)'s status on Monday, 01-May-2017 18:01:34 EDT Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca
I'm running 'tar --lzip -cvf somefile somefolder/' on some 300 GBytes of data. Now I need to shut down my computer -- will this resume where it left off, or will it start again from the beginning? -
alpacaherder (alpacaherder)'s status on Monday, 01-May-2017 19:58:44 EDT alpacaherder
@bobjonkman I'd throw an "n" and a "p" after the "c". The "n" will make the archive seekable while the "p" preserves permissions.
-