Ticket #36 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

Optional more accurate change detection method

Reported by: lunar Assigned to: lunar
Priority: normal Milestone: 1.2
Component: metche Version: dev
Severity: normal Keywords:
Cc:

Description

Quoting Debian bugs #365695:

Before saving a new state, metche checks with "find -newer" if changes have happened, and therefore detects a change . Using tar diff instead would be more accurate, and prevent it from saving a new state when only one mtime was changed, *but*... it would be too CPU-hungry to do so every five minutes.

The fact is, we have to make a balance between disk space and CPU usage.

We'll consider adding a configuration option allowing the user to choose {him,her}self, even if I generally prefer to use a few dozens megabytes on /var, or add a few "status" files to an exclude list, than to have a CPU-hungry cronjob running every five minutes.

Change History

09/17/06 10:43:31 changed by intrigeri

  • severity changed from normal to enhancement.
  • summary changed from implement more an optional more accurate change detection to Optional more accurate change detection method.