You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This file is not handled by logrotate. As a result, we only have the latest version on tincmaster.
We might need to look at an older version. Example: I want to see wether the wifi cards have been changed on a server. I can not compare the MAC addresses, since we don't have the ones from the beginning anymore.
This can be achieved by adding this hdw_info.txt file to logrotate.conf. The file is not that big so it won't clutter our disk space nor the bandwidth.
The logrotate.conf stanza would need to be carefuly crafted to avoid having a shitload of identical files - i.e. do not rotate an unmodified file.
The
logs/role uploads thehdw_info.txtfile.This file is not handled by logrotate. As a result, we only have the latest version on
tincmaster.We might need to look at an older version. Example: I want to see wether the wifi cards have been changed on a server. I can not compare the MAC addresses, since we don't have the ones from the beginning anymore.
This can be achieved by adding this
hdw_info.txtfile to logrotate.conf. The file is not that big so it won't clutter our disk space nor the bandwidth.The logrotate.conf stanza would need to be carefuly crafted to avoid having a shitload of identical files - i.e. do not rotate an unmodified file.