Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizKindly log in to use this feature. We’ll take you to the login page automatically.
LoginGeneral Tech Bugs & Fixes 3 years ago
User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.
backupm.tuteehub.com/tag/d">date=$(m.tuteehub.com/tag/d">date +%Y-%m-%m.tuteehub.com/tag/d">d)
m.tuteehub.com/tag/d">dirbackup=/save/$backupm.tuteehub.com/tag/d">date
mkm.tuteehub.com/tag/d">dir $m.tuteehub.com/tag/d">dirbackup
finm.tuteehub.com/tag/d">d ../home -type m.tuteehub.com/tag/d">d -not -name "." -a -not -name ".." -exec tar -cjf $m.tuteehub.com/tag/d">dirbackup/'{}'.tar.bz2 '{}' \;
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Kindly log in to use this feature. We’ll take you to the login page automatically.
LoginReady to take your education and career to the next level? Register today and join our growing community of learners and professionals.
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
manpreet
Best Answer
3 years ago
I'm making a save script to save somes folders in my /home. To do that I loop the nomber of folder in /home, and launch a save for each of them. These folder contain jar file, and some .txt . properties and other folder in here. First time I launch the script it was working great, I modify it and same, but yeterdstay when I try some feature It going wrong and I don't find why :/
I have this error when I use the
tar -cjfcommand to create .tar.zip archive »EDIT I'm trying to keep this shape of save : a folder with name the date, and in it, X archves contain my X folders of my
/home