til-jmac / tableau-server-housekeeping

Scripts to keep your Tableau Server backed up, neat, and tidy
74 stars 79 forks source link

Suggestion .. #3

Closed israelsilvaBR closed 2 years ago

israelsilvaBR commented 5 years ago

Hi. Great job. Thanks. I implemented it for my Tableau Server maintenance routine.

Suggestion: Cleanup section in the beginning of the script. Tableau recommends to clean up logs and temporary files before backing up to keep data files size smaller. Backup runs faster.

There are some minor errors I have corrected in my version: 1 - In the tsm maintenance backup command, the $backupname should be $backup_name. 2 - There is missing "echo" word command in the else statements when "found, deleting..." (both else statements).

Thanks for sharing.

LanesG commented 5 years ago

It would be great if you could also fix error 2. Thank you for the script!