If i Ctrl C when I see a dtapart file transfering, it still ends up on .last_sync_list and on subsequent attempts, deleting it, when it doesnt exist leads to an error.
Short term fix - deleting missing files shouldnt be an error?
Long term - Need a way to ignore such files - a regex to pass on CLI to ignore files *.dtapart for e.g?
If i Ctrl C when I see a
dtapart
file transfering, it still ends up on.last_sync_list
and on subsequent attempts, deleting it, when it doesnt exist leads to an error.Short term fix - deleting missing files shouldnt be an error? Long term - Need a way to ignore such files - a regex to pass on CLI to ignore files
*.dtapart
for e.g?