We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf3c14 commit e9d0a94Copy full SHA for e9d0a94
src/basic_memory/cli/commands/cloud/rclone_commands.py
@@ -166,6 +166,7 @@ def project_bisync(
166
Uses rclone bisync with balanced defaults:
167
- conflict_resolve: newer (auto-resolve to most recent)
168
- max_delete: 25 (safety limit)
169
+ - compare: modtime (ignore size differences from line ending conversions)
170
- check_access: false (skip for performance)
171
172
Args:
@@ -201,6 +202,7 @@ def project_bisync(
201
202
"--resilient",
203
"--conflict-resolve=newer",
204
"--max-delete=25",
205
+ "--compare=modtime", # Ignore size differences from line ending conversions
206
"--filter-from",
207
str(filter_path),
208
"--workdir",
0 commit comments