You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
orca-backup restore /path/to/backup.zip
# Dry run (show actions without applying changes)
orca-backup restore /path/to/backup.zip --dry-run
# Restore without automatically backing up existing files
orca-backup restore /path/to/backup.zip --no-backup
Verify or Inspect Backups
# Verify backup integrity
orca-backup verify /path/to/backup.zip
# Display detailed backup information
orca-backup info /path/to/backup.zip
What Gets Backed Up
Category
Included
Main Configuration
OrcaSlicer.conf / Orca-FlashForge.conf
User Profiles
Filament profiles
Machine configurations
Process settings
Custom Scripts
Orca-FlashForge user scripts (if present)
Excluded
System files, vendor presets, logs, temporary files
Default Backup Location
Backups are stored inside a folder named OrcaBackups located in your user’s home directory.
This directory is automatically created if it does not exist.
Operating System
Default Backup Path
Windows
C:\Users\\OrcaBackups
macOS
/Users//OrcaBackups
Linux
/home//OrcaBackups
Use the --output option if you want to store backups in a different directory.
About
Cross-platform CLI tool for backing up and restoring OrcaSlicer/ Orca-Flashforge configurations.