php / systems

Hooks and Cronjobs for PHP Infrastructure
http://php.net
51 stars 29 forks source link

Avoid warning message from tar by not using absolute path #52

Closed jimwins closed 3 months ago

jimwins commented 3 months ago

Right now we're getting this in php-cron-box.log on every run:

tar: Removing leading `/' from member names

This does change the format of the backups to not include local/ in the file path, but there's nothing automated that uses these backups.