Conversation
Notices
-
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer@sn.jonkman.ca)'s status on Monday, 01-May-2017 22:01:34 UTC 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? -
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer@sn.jonkman.ca)'s status on Monday, 01-May-2017 22:28:43 UTC Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca @mcscx@quitter.se @notjeff@gs.smuglo.li Well darn. I did read 'man tar' (I do so frequently, since both the info on that page and I are so dense). I had hoped that with --lzip there was some hope for resume. -
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer@sn.jonkman.ca)'s status on Monday, 01-May-2017 23:36:12 UTC Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca True, but I'd like to be able to make that mistake. @mcscx@quitter.se @notjeff@gs.smuglo.li -
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer@sn.jonkman.ca)'s status on Monday, 01-May-2017 23:38:33 UTC Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca lzip has the property that Z(a+b+c) = Z(a)+Z(b)+Z(c) where a,b,c are files; I had hoped this property would let me resume a 'tar --lzip' -
alpacaherder (alpacaherder@quitter.se)'s status on Monday, 01-May-2017 23:58:44 UTC 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. -
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer@sn.jonkman.ca)'s status on Tuesday, 02-May-2017 00:11:45 UTC Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca I make the output file ".tlz" for 'tar --lzip -cvf somefile.tlz somefolder/' ; the Caja filemangler seems to recognize it
-