BackupProject is a Fusion 360 add-in that exports all files from the active
project into a user-selected folder while preserving the original folder
structure. It supports Fusion data files with f3d and f3z extensions.
- Copy this folder to your Fusion 360 add-ins directory.
- In Fusion 360, open
Scripts and Add-Ins. - Find
BackupProjectand clickRunor enableRun on Startup.
- Open the Design workspace in Fusion 360.
- Click the
Backup Projectbutton on theBackuppanel. - Select a destination folder.
- Wait for the export to finish.
- One-click backup of the active project
- Preserves project folder hierarchy
- Skips unsupported file types
- Progress dialog with cancel support
- Exports run through Fusion commands, so cloud access and permissions apply.
- Existing files at the target path are skipped.
- Files without a cloud data URL (for example, untitled documents) are reported as issues and skipped.
Global settings are in config.py. The command ID uses COMPANY_NAME and
ADDIN_NAME from that file.
Current version (see BackupProject.manifest).
See LICENSE.md