Skip to content

fix: [BOUNTY] Ability to backup to more destination types#1460

Open
pabloDarkmoon24 wants to merge 1 commit intoCortexFlow-AI:mainfrom
pabloDarkmoon24:fix/issue-168-remotehunter
Open

fix: [BOUNTY] Ability to backup to more destination types#1460
pabloDarkmoon24 wants to merge 1 commit intoCortexFlow-AI:mainfrom
pabloDarkmoon24:fix/issue-168-remotehunter

Conversation

@pabloDarkmoon24
Copy link

Fixes #168

Looking at this issue, I need to add support for multiple backup destination types (FTP, SFTP, Google Drive, S3, etc.) using rclone as the underlying transport layer. Let me analyze the repo structure and write a comprehensive solution.

{
  "solution_code": "# === packages/server/src/utils/backups/rclone.ts ===\nimport { execSync, spawn } from \"child_process\";\nimport { writeFileSync, unlinkSync, mkdirSync, existsSync } from \"fs\";\nimport { join } from \"path\";\nimport { tmpdir } f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant