BP cache mode, cache clean up.

BatchPatch Forums Home Forums BatchPatch Support Forum BP cache mode, cache clean up.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9033
    JuanPablo
    Participant

    Hi, I have a few questions about cache mode:

    Does the BP cleans the cache? If so, when does it clean it up?

    It’s there a way to manually clean up the cache?

    Can I set up a task to clean it up, or set a schedule?

    #10700
    doug
    Moderator

    The cache does not have any kind of built-in cleaning routine. You can manually clean the cache by simply deleting all of the cache folder contents. If you want to setup a task to do it, then you could use a BatchPatch ‘local command’ under ‘Actions > Local process/command > Create/modify local commands’ such as this, substituting the path to your cache directory:

    cmd.exe /C del "F:Some FolderBatchPatch_Cache" /Q

    Then just create a scheduled task to execute the local command at the desired time.

    -Doug

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.