I periodically create backups of my docker setup. Logs being located in a different folder is perfect for excluding them from a backup. (I use .nosync suffix for these folders, so I don't need to change my backup script what to include/exclude) I noticed that the "config" directory contains stuff, like cache.bin and stats. I think it would be useful (both for size and last modified timestamp) if temporary data that is not essential for restoring a backup could be moved to a different folder, like logs.
I periodically create backups of my docker setup. Logs being located in a different folder is perfect for excluding them from a backup. (I use
.nosyncsuffix for these folders, so I don't need to change my backup script what to include/exclude) I noticed that the "config" directory contains stuff, likecache.binandstats. I think it would be useful (both for size and last modified timestamp) if temporary data that is not essential for restoring a backup could be moved to a different folder, like logs.