mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
PR #1747 only fixed the post-update fallback path, but most users hit the cloud_sync_helper path which was never updated. This completes the fix by: 1. Adding verbose flag removal to cloud_sync_helper (primary update path) 2. Adding runtime filtering to cloud_backup and cloud_restore scripts The --verbose/-v flags conflict with --log-level in rclone. Now all code paths properly remove these conflicting flags. Fixes: Incomplete fix from PR #1747