Skip to content

videography

2 posts with the tag "videography"

File Organization Workflows for Creators, SMEs, and IT

Media and file organization workflows for creators agencies businesses and IT teams

Organization Must Fit the Work, Not Replace It

Section titled "Organization Must Fit the Work, Not Replace It"

Most people do not need another platform where work must be imported, tagged, and maintained. They need files to move between the tools they already use without arriving as another unstructured dump.

Blober fits at that boundary. A source can be local storage, network storage, cloud drive, camera cloud, or object storage. A destination can serve editing, collaboration, delivery, or archive needs. Selection, filters, and path templates define what crosses that boundary and how it lands.

The examples below are starting points, not fictional one-size-fits-all systems. Each one names the pain, source scope, filter, path, and safe action.

Photographer: Separate Originals From Deliverables

Section titled "Photographer: Separate Originals From Deliverables"

Pain: A shoot folder contains RAW files, JPEG previews, edited TIFFs, contracts, and exports. Sending or archiving the whole folder wastes storage and exposes internal work.

RAW archive workflow

Selection: the shoot folder
File Types: CR2, NEF, ARW, DNG, RAW
Action: Copy
Destination: object storage
Template: originals/{file_created_date}/{file_dir}/{filename}

Client delivery workflow

Selection: the same shoot folder
Include: **/*.{jpg,jpeg,png,tif,tiff}
Exclude: **/{preview,previews,draft,drafts}/**
Action: Copy
Destination: client cloud folder
Template: delivery/{file_dir}/{filename}

One source supports two outcomes without moving the working library.

Videographer: Protect Masters, Ignore Rebuildable Proxies

Section titled "Videographer: Protect Masters, Ignore Rebuildable Proxies"

Pain: Original camera media, proxies, render caches, review files, and masters are mixed across nested project folders. Proxy media may be large but replaceable.

Selection: all completed project folders
Include: **/*.{mp4,mov,mxf,braw,r3d}
Exclude: **/{proxy,proxies,cache,temp,render-cache}/**
Size: Large
Action: Copy
Template: masters/{file_created_date}/{file_dir}/{filename}

The glob exclusion is more meaningful than size alone. A large proxy is still a proxy. Combining path conventions, type, and size produces a better candidate set.

YouTube or Social Creator: Consolidate Several Services

Section titled "YouTube or Social Creator: Consolidate Several Services"

Pain: GoPro footage is in GoPro Cloud, finished edits are in Google Drive, thumbnails are in Dropbox, and old projects are on a NAS.

Create one workflow per source and point them to one archive:

GoPro destination path: gopro/{file_created_date}/{filename}
Edited-video path: edited/{file_modified_date}/{file_dir}/{filename}
Thumbnail path: thumbnails/{file_modified_date}/{filename}
NAS project path: projects/{file_dir}/{filename}

The services do not need to integrate with one another. Blober connects to each endpoint, and the common destination layout provides consistency.

Design Studio: Collect Approved Exports

Section titled "Design Studio: Collect Approved Exports"

Pain: Editable design sources and exported assets sit beside drafts, autosaves, and review versions. Developers or clients need only approved SVG, PNG, PDF, and WebP files.

Selection: approved campaign or client folders
Include: **/*.{svg,png,pdf,webp}
Exclude: **/{draft,drafts,review,autosave}/**
Action: Copy
Template: assets/{file_ext}/{file_dir}/{filename}

Use visual folder selection for approval state when possible. It is safer to select a known Approved folder than to infer approval from every possible filename.

Agency: Standardize Client Handoffs

Section titled "Agency: Standardize Client Handoffs"

Pain: Every client uses a different destination: Dropbox, Google Drive, object storage, or a local drive. Internal project folders should not be handed over wholesale.

Build a reusable handoff workflow:

  • Select final and legal-release folders.
  • Include deliverable media and documents.
  • Exclude internal notes, proxies, and drafts.
  • Copy to the client's destination.
  • Use Client-Delivery/{file_dir}/{filename}.

The workflow can be edited for each client's credentials and destination while preserving the agency's selection discipline.

Small Business: Archive Records Without Moving Daily Work

Section titled "Small Business: Archive Records Without Moving Daily Work"

Pain: A shared drive mixes current records, old invoices, scans, spreadsheets, and temporary office files. Staff need the shared drive unchanged, but the business needs a second durable copy.

Selection: Finance, Contracts, Reports
Include: **/*.{pdf,doc,docx,xls,xlsx,csv}
Exclude: **/{temp,autosave,draft,drafts}/**
Action: Copy
Template: business-records/{file_ext}/{file_modified_date}/{file_dir}/{filename}

The date and type layers make future browsing easier while {file_dir} retains departmental context beneath each selected folder.

Research Team: Separate Datasets From Documentation

Section titled "Research Team: Separate Datasets From Documentation"

Pain: One study tree contains large datasets, notebooks, papers, charts, and documentation. Collaboration storage is convenient for papers but expensive or awkward for multi-terabyte data.

Use two workflows:

  1. Large dataset archive: size Large, relevant binary/data extensions, destination object storage.
  2. Research documentation: PDF, Markdown, notebooks, CSV summaries, destination collaboration drive.

Preserve {file_dir} so experiment and study structure survives both transfers.

IT Team: Back Up What Cannot Be Rebuilt

Section titled "IT Team: Back Up What Cannot Be Rebuilt"

Pain: Application trees contain source, configuration, uploaded assets, dependencies, caches, builds, and logs. Copying everything increases cost and recovery noise.

Selection: application and service folders
Include: **/*
Exclude: **/{node_modules,cache,tmp,temp,dist,build,coverage}/**
Action: Copy
Template: systems/{file_dir}/{filename}

Adjust exclusions to the actual recovery plan. Never exclude a directory merely because its name sounds generated if the organization cannot rebuild it.

Enterprise Migration: Split a Large Move Into Verifiable Rules

Section titled "Enterprise Migration: Split a Large Move Into Verifiable Rules"

Pain: A monolithic migration is difficult to estimate, validate, and retry. Different data classes have different owners and destinations.

Create separate workflows by:

  • Department or selected prefix
  • File type
  • Size class
  • Date window
  • Include/exclude convention

Each workflow has a smaller preview, clearer ownership, and a destination path aligned to that data class. This is often easier to audit than one huge transfer rule.

Personal Archive: Make Old Media Browsable

Section titled "Personal Archive: Make Old Media Browsable"

Pain: Family photos and videos are spread across disks and clouds with inconsistent folders.

Selection: camera uploads and old media folders
Include: **/*.{jpg,jpeg,heic,png,mp4,mov}
Action: Copy
Template: personal-media/{file_created_date}/{file_dir}/{filename}

Preview the creation dates. A cloud provider may report upload time rather than original capture time. If dates are poor, use {file_dir} and filenames instead of forcing a misleading chronology.

Across every profession:

  1. Select the smallest meaningful scope.
  2. Use Copy first.
  3. Combine only filters that express a real rule.
  4. Preserve {file_dir} when project hierarchy matters.
  5. Inspect Preview & Summary.
  6. Verify actual destination files.
  7. Scale or move only after the result is trusted.

For technical details, read the complete path-template guide. For operational choices, read Copy As-Is, Organize During Backup, or Reorganize With Move.

Why Photographers and Videographers Choose Blober

Why photographers and videographers choose Blober for cloud file transfer

Photographers and videographers generate enormous volumes of data. A single shoot can produce hundreds of gigabytes of RAW photos and 4K/5.3K video files. Over months and years, that adds up to terabytes of irreplaceable media scattered across local drives, cloud providers, and camera-specific platforms.

The challenges are consistent:

  • Files are large - 4K video clips are often 1-5 GB each. 5.3K GoPro footage is even larger.
  • Storage is fragmented - footage lives on local SSDs, NAS devices, Google Drive, GoPro Cloud, and various object storage providers
  • Organization is painful - manually sorting files into date/camera/project folders is tedious and error-prone
  • Backups are inconsistent - some footage has 3 copies, some has 1, some has none
  • Cloud costs add up - Google Drive, AWS S3, and iCloud storage bills grow every month

Blober is built to solve exactly these problems.


How Blober Fits Into Creative Workflows

Section titled "How Blober Fits Into Creative Workflows"

Most creators have files spread across multiple providers - intentionally or not. Blober connects to all of them in one interface:

ProviderUse Case
GoPro CloudAction camera footage auto-uploaded
Google DriveClient deliverables and sharing
Local NAS / SSDPrimary working storage
Backblaze B2Long-term archive (cheap, reliable)
WasabiHot archive (no egress fees)
AWS S3Production infrastructure
Cloudflare R2CDN-adjacent delivery

Instead of logging into 4 different dashboards and downloading/uploading manually, Blober lets you build workflows that move files between any of these in a single operation.

2. GoPro Cloud Backup (Blober Exclusive)

Section titled "2. GoPro Cloud Backup (Blober Exclusive)"

If you shoot with GoPro cameras, you likely have footage auto-uploaded to GoPro Cloud. The problem: GoPro's web portal only allows batch downloads of 25 files at a time (as ZIPs that frequently fail), and no third-party tool supports GoPro Cloud as a transfer source.

Blober is the only tool that connects to GoPro Cloud. You can:

  • Download all GoPro footage to local storage
  • Transfer directly to Backblaze B2 or Wasabi for long-term archival
  • Organize files by camera model, date, and resolution automatically

No other tool - not rclone, not MultCloud, not Flexify - supports GoPro Cloud.

Blober's path templating system uses file metadata to automatically organize transfers. Instead of dumping files into flat folders, you define a template:

/{camera_model}/{capture_date}/{filename}

And Blober organizes the output:

/HERO13 Black/2026-01-23/GX015742.MP4
/Sony A7IV/2026-01-20/DSC09845.ARW
/DJI Mini 4/2026-01-18/DJI_0042.MP4

This works across all providers - GoPro Cloud to local, Google Drive to B2, or any combination. Months of manual folder sorting, automated in one workflow.

Creative work is cyclical. Shoots happen regularly, and the post-shoot workflow is always the same: ingest => organize => edit => archive => backup.

Blober saves each transfer as a durable workflow:

  • One-click re-execution - run the same ingest pattern after every shoot
  • Resumable transfers - if a 500 GB transfer drops at 80%, pick up where it stopped
  • Task history - see exactly what was transferred, when, and whether it succeeded
  • No scripting - no cron jobs, no bash scripts, no forgotten flags

For long-term storage, the hyperscalers (AWS, Azure, GCS) are expensive. Creative professionals are increasingly moving to budget-friendly alternatives:

ProviderStorage CostEgressWhy Creators Choose It
Backblaze B2$6.95/TB/monthFree (up to 3x)Cheapest reliable archive
Wasabi$6.99/TB/monthFreeNo egress fees, predictable billing
Cloudflare R2$15/TB/monthFreeZero egress, great for delivery

Blober supports all of these, making it trivial to set up an archive workflow: shoot => ingest to local NAS => archive to Backblaze B2 => done. One-time license, no per-GB fees.


After each wedding: 80 GB of RAW photos + 40 GB of video. Create a Blober workflow that copies everything from your SSD to Backblaze B2, organized by date and event name. Run it after every wedding with one click.

Finished projects sit on Google Drive eating into your 2 TB plan. Use Blober to move completed projects to Wasabi for long-term storage at a fraction of the cost, freeing up Google Drive space for active work.

Years of GoPro footage sitting in GoPro Cloud with no easy way out. Use Blober to download everything to a local NAS, organized by camera and date. Cancel GoPro Plus knowing your footage is safe.

100+ GB per flight day across DJI footage on local cards and backup copies on Google Drive. Use Blober to standardize your archive: everything goes to Backblaze B2, organized by date and location, with a local NAS mirror.


rclone is free and powerful, but it requires terminal expertise. For each new storage provider, you configure a remote. For each workflow, you write a command with precise flags. There's no visual interface, no persistent workflows, and no GoPro support.

If you're a software engineer, rclone might work. If you're a photographer who wants to focus on photography, Blober is what you need.


Blober is available for Windows, macOS, and Linux. One-time license, currently at discounted beta pricing. No subscriptions. No per-GB fees. No data caps.

Connect your providers, build your workflows, and take control of your media archive.

Get Blober =>