--encryption-type - RCloneStandard, RCloneObfuscate, Aes256Cbc, None--encryption-password - Password for encryption--encryption-salt - Optional salt for key derivationManage Cloud Storage
Manage connections to cloud storage providers like Google Drive, OneDrive, Amazon S3, Backblaze B2, and Local storage.
Add a new cloud storage provider with provider-specific subcommands.
filefortress remotes add gdrive [--name "name"]filefortress remotes add onedrive [--name "name"]filefortress remotes add s3 --access-key KEY --secret-key SECRETfilefortress remotes add backblaze --key-id ID --application-key KEYfilefortress remotes add local --path PATH--encryption-type - RCloneStandard, RCloneObfuscate, Aes256Cbc, None--encryption-password - Password for encryption--encryption-salt - Optional salt for key derivationDisplay all connected cloud storage accounts.
filefortress remotes list
Shows name, type, creation date, and last update time for each remote.
Display detailed information about a specific remote.
filefortress remotes show <remote_name_or_id>
Display comprehensive storage information including usage statistics.
filefortress remotes info <remote_name_or_id> [--refresh]
Shows account details, storage statistics, scan status, and cached vs live data.
Remove a connected cloud storage account.
filefortress remotes remove <remote_name_or_id>
Requires confirmation unless cancelled.
Scan connected storage for files and update the index.
filefortress remotes scan <remote_name_or_id>
Fetches file information from the specified remote storage.
Enhance file metadata with additional information from cloud providers.
filefortress remotes enrich [options]
--from-query, -q
Use a saved query
--remote, -r
Specific remote
--media-type
Filter by media type
--migrate-metadata
NEW
Migrate to structured format
filefortress remotes add gdrive
Follow the interactive prompts to connect Google Drive.
filefortress remotes add s3 --non-interactive --access-key AKIA... --secret-key secret... --bucket my-bucket
filefortress remotes add gdrive --name "Encrypted Drive" --encryption-type RCloneStandard --encryption-password "mypassword"
filefortress remotes list
filefortress remotes enrich --media-type Image --extension .jpg --extension .png
Enriches only image files with EXIF data and dimensions.
filefortress remotes enrich --migrate-metadata
Converts existing metadata to structured format without re-fetching.