- Remove --verbose flags from configuration templates to prevent conflicts
- Filter --verbose/-v flags in runtime to avoid 'Can't set -v and --log-level' error
- Add file-level detail logging using --log-level INFO instead of --verbose
- Update both cloud_backup and cloud_restore scripts consistently
Fixes rclone error: 'Can't set -v and --log-level' by removing conflicting
verbose flags from default configurations and implementing proper runtime
filtering while enhancing file-level output detail.