// bullpack · 9 files

Drive Folder Cleaner.

Recurses a Drive folder, finds stale files (by age, with include/exclude globs and a min-size knob), dedupes by content hash (keep newest, archive the rest), and moves them to dated cold storage on a schedule. DRY_RUN first — it logs the plan and touches nothing.

$29one-time · lifetime updatesGet the pack — $29

What's in the box

9 .gs files + README
  • Config.gsSource + archive folder, age/size thresholds, globs.
  • Main.gscleanDriveFolder() orchestrator (DRY_RUN, move cap).
  • Scan.gsRecurse the folder; collect metadata + content hash.
  • Classify.gsPure staleness / exclusion decisions per file.
  • Dedupe.gsPure hash-grouping — keep newest, archive the rest.
  • Archive.gsMove stale / duplicate files to dated cold storage.
  • Report.gsPure size formatting + summary to a Sheet / email.
  • ErrorHandling.gsRetries, error log, throttled alerts.
  • Tests.gssmokeTest() over classify + dedupe + report; dryRunClean().

Plain .gs files with comments and a README walkthrough. Runs inside your own Google account — no server, no third party. Single-buyer commercial-use license: use it in your own projects, business, and client work; you just can't resell or republish the pack's source.

More packs

all packs →