Hello,
I want to use detox version 1.45.
But I don’t understand how to configure and use the 2 additional files of this version.
Where should the custom files be placed?
What must the sequence file contain so that the names respect UTF8?
When I run the command :
detox -nrv -f /etc/detoxrc -s utf_8 file /home/me/Documents/Asso_et_syndicat/asso1/2009/
I get :
Scanning: file
file: No such file or directory
Scanning: /home/moi/Documents/Asso_et_syndicat/asso1/2009/
/home/moi/Documents/Asso_et_syndicat/asso1/2009/: No such file or directory
You are instructing the detox command to search among other things for a file called file: $ detox -nrv -f /etc/detoxrc -s utf_8 file /home/me/Documents/Asso_et_syndicat/asso1/2009/
Which is no there. Try insead: detox -nrv -f /etc/detoxrc -s utf_8 /home/me/Documents/Asso_et_syndicat/asso1/2009/
Hello Lubos,
I didn’t quite get it right last time.
Indeed, by removing ‘file’ from the command line below:
detox -nrv -f /etc/detoxrc -s utf_8 file /home/me/Documents/Asso_et_syndicat/asso1/2009/
Or by writing :
detox -nrv -f /etc/detoxrc -s utf_8 /home/me/Documents/Asso_et_syndicat/asso1/2009/
I no longer get the error message and it seems to be working.
All I have to do now is check whether rsync will work after I’ve modified all my directories.
I’ll keep you posted on the rest.
Because, apart from the detox I’ve got to do everywhere, I’ve got the power to do.