← 返回
效率工具 中文

Dji Backup

Automates copying DJI camera footage from an SD card to the next numbered backup folder on a NAS for organized archiving.
自动将大疆相机SD卡素材复制到NAS中按序编号的备份文件夹,实现有序归档。
crazyfeng666
效率工具 clawhub v1.0.0 1 版本 99916.6 Key: 无需
★ 0
Stars
📥 1,198
下载
💾 18
安装
1
版本
#latest

概述

SKILL: DJI Video Backup

This skill automates backing up DJI camera footage from an SD card (or USB share) to a NAS archive folder.

Description

Use when the user asks to "copy DJI videos", "backup camera", or similar requests involving DJI footage and the NAS. It detects the source SD card, finds the next available destination folder (incrementing from DJI_001, DJI_002...), and copies the files.

Usage

  1. Check Source: Verify /Volumes/SD_Card/DCIM (or similar) exists.
  2. Check Destination: Look at /Volumes/File/DJI_Video/ to find the highest numbered folder (e.g., DJI_005).
  3. Create New Folder: Create the next number (e.g., DJI_006).
  4. Copy: Copy the contents of the source DCIM subfolder (e.g., 100MEDIA or DJI_001) into the new destination folder.
  5. Notify: Tell the user when started and when finished.

Paths

  • Source: /Volumes/SD_Card/DCIM (Look for subfolders like DJI_xxx or 100MEDIA)
  • Destination: /Volumes/File/DJI_Video

Example Logic

# Find next folder index
last_dir=$(ls -d /Volumes/File/DJI_Video/DJI_* | sort | tail -1)
# extract number, add 1, mkdir new_dir
# cp -R /source/* /new_dir/

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 05:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,464
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,909
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 447 📥 226,569