Skip to content

Commit

Permalink
Merge pull request #9 from terwer/develop
Browse files Browse the repository at this point in the history
fix:Not backup root since permission
  • Loading branch information
terwer authored May 21, 2022
2 parents 401fe1c + 5a6e53d commit 167381a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch-linux-vnc/scripts/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
rm -rf /mytemp/hometemp
cp -r /home /mytemp/hometemp
echo "backup home forder to /mytemp/hometemp/home ended"
cp -r /root /mytemp/hometemp
echo "backup root forder to /mytemp/hometemp/root ended"
# cp -r /root /mytemp/hometemp
# echo "backup root forder to /mytemp/hometemp/root ended"

0 comments on commit 167381a

Please sign in to comment.