Thank you for your reply DerDanilo,
I switched the lines:
tar -cvf "$_filename1" /etc/*
tar -cvf "$_filename2" /var/lib/pve-cluster/*
tar -cvf "$_filename3" /root/*
to
tar -cvf "$_filename1" /etc/.
tar -cvf "$_filename2" /var/lib/pve-cluster/.
tar -cvf "$_filename3" /root/.
so tar will get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.