Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skipped copy as --dry-run is set #102

Open
pohq opened this issue Jan 11, 2025 · 1 comment
Open

Skipped copy as --dry-run is set #102

pohq opened this issue Jan 11, 2025 · 1 comment

Comments

@pohq
Copy link

pohq commented Jan 11, 2025

The problem

I have set up Rclone on home assistant and all seems to be working. BUT when it comes to the backup time it says

Skipped copy as --dry-run is set

Nowhere is dry run set in the config in fact I have applied dry run false to the config yaml but still it persists

Any help would be appriciated! my Config Yaml

What version of Rclone Backup has the issue?

Current version: 3.3.3

What version of Home Assistant are you running?

2025.1.2

What type of installation are you running?

Home Assistant Core

If you're running HA OS/Supervised, what version of the Supervisor are you running?

2024.12.3

Example YAML snippet

- name: Sync Daily Backups
  schedule: 45 6 * * *
  command: sync
  sources:
    - /backup
  destination: Dropbox:/habackups
  include: []
  exclude: []
  flags: {}
  dry_run: false
  extra_args:
    - "--no-dry-run"

Anything in the logs that might be useful for us?

No response

Additional information

No response

@pohq
Copy link
Author

pohq commented Jan 11, 2025

forget it I'm an idiot, giant "dry run" toggle was set to on

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

No branches or pull requests

1 participant