Difference between revisions of "Archiving With GNU tar"
From Free Knowledge Base- The DUCK Project: information for everyone
(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 10: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