Any way to pass additional arguments to rsync?

Asked by Mauro

Is there a way to make Back In Time pass additional arguments to rsync?
I'm having the following problem while backing up to an NTFS USB disk:
[E] Error: rsync: recv_generator: failed to stat "/path/to/somefile": Invalid or incomplete multibyte or wide character (84)

On the net I found that a possible solution would be to specify the option --iconv=CP1252 to rsync.
Is there a way to do this?

I'm using Back In Time 1.0.10 in Linux Mint 16 KDE.

Question information

Language:
English Edit question
Status:
Solved
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Solved by:
Germar
Solved:
Last query:
Last reply:
Revision history for this message
Best Germar (germar) said :
#1

Not yet, sorry. But it's already on my agenda for 1.1.0

Revision history for this message
Mauro (mauromol) said :
#2

Good news, thank you!

Revision history for this message
Mauro (mauromol) said :
#3

Thanks Germar, that solved my question.

Revision history for this message
Germar (germar) said :
#4

I added custom options for rsync in 1.1 branch. You can give it a try. But it's still in alpha stadium. There are some problems but nothing important.

Revision history for this message
Mauro (mauromol) said :
#5

Thank you Germar, I will give it a try as soon as I have a chance.