Results 1 to 5 of 5
sudo tar -cvpzf backup25jan2013.tar.gz...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-26-2013 #1Just Joined!
- Join Date
- Jan 2013
- Location
- South Texas
- Posts
- 28
Why does this command not work?
sudo tar -cvpzf backup25jan2013.tar.gz
- 01-26-2013 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Last edited by oz; 01-26-2013 at 12:46 PM. Reason: clarification
oz
- 01-26-2013 #3Just Joined!
- Join Date
- Jan 2013
- Location
- South Texas
- Posts
- 28
Trying to achieve nothing. New to Linux and just running commands from online courses. It should of backup-ed the hd according to example on screen and would of been a tar ball. My understanding is a tar ball is more than 1 file and a tar file is just one.
- 01-26-2013 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
If it's homework, those questions are not allowed on the forums. Otherwise, you have to add the name of the directory or file that is to be compressed in order to create a tarball, like with the following:
There is a bit more to it for backing up an entire system. Check the following article for details:Code:tar -cvpzf backup25jan2013.tar.gz file_or_folder_name
http://www.aboutdebian.com/tar-backup.htmoz
- 01-26-2013 #5Just Joined!
- Join Date
- Jan 2013
- Location
- South Texas
- Posts
- 28
No homework
I am a 56yr learning Linux to keep the brain going. Have several laps with Linux on them (Zorin and Mint 14). My goal is to be proficient by Dec 2013. Also would like to teach Grandson when the time comes. Thanks for your help.


Reply With Quote

