Archiving With GNU tar: Difference between revisions
Jump to navigation
Jump to search
Created page with " Back up directory with full path tar -p -zcvf /world2018021802.tgz /usr/local/minecraft/world Restore with path relative from the current directory tar xvzf world2018021..." |
(No difference)
|
Revision as of 09:44, 20 February 2018
Back up directory with full path
tar -p -zcvf /world2018021802.tgz /usr/local/minecraft/world
Restore with path relative from the current directory
tar xvzf world2018021802.tgz
tar -P xvzf