-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
is this expression correct, as the script is ignoring what I have request to skip:
IGNORE_PATTERN="(.*\.bak)|(.*/cache/)|(.*/temp/)|(.*\.log)|(.*/tmp/)|(.*/thumbs/)|(.*\.unrecoverable)|(.*/doublecommander/)|(.*/immich/)|(.*/cache/)|(.*/\.recycle/)|(.*/librephotos-docker/)|(.*/influxdb/)|(.*/prowlarr/)"
I have tried also, but still not working
IGNORE_PATTERN="(*.bak)|(*/cache/)|(*/temp/)|(*.log)|(*/tmp/)|(*/thumbs/)|(*.unrecoverable)|(*/doublecommander/)|(*/immich/)|(*cache/)|(*/.recycle/)"
Thanks,
Fra