garrett@mint-desktop /var/www/html/udemy/php-oop/gallery/backups $ tar --exclude-tag-all=backups -cf lesson20.tar ../*
tar: Removing leading `../' from member names
I have an empty file called backups in my backups directory to keep the tar file from trying to backup itself. Does anyone know why I'm getting this output?
-> tar: Removing leading ../' from member names
Note that there was a backtick between leading and ../ .