I've got a question: I made a button that executes the following command:
Copy MOVE ARCHIVE=single TO "{sourcepath$}Old Versions"
The idea is that I select some files and they all get archived into separate files.
However, I would like to use RAR archives. So I change the command to this:
Copy MOVE ARCHIVE=.rar,single TO "{sourcepath$}Old Versions"
I get the following error (in Dutch):
Fault encountered: Moving 'test.pro':
The action is not supported by this VFS.
I have winRAR installed of course. Is it really not supported or am I missing a setting?
By the way: When I remove the 'single' argument the command works. Only all the selected files are packed into a single .rar archive.
The "single" argument doesn't currently work with archives handled by the plugin, only with zip.
We'll see if we can make that work in a future version. There were some technical reasons why it didn't in the past but we've removed some of them as part of work on other things, so it should be something we can sort out now.
A script version which is more complex but may be useful if you want to add additional logic, or find the simple command doesn't work in some situations: ZIP compression level ignored
(My post; the second reply.)
If using the script, change all (4) occurrences of .ZIP to .7Z or to .RAR as appropriate.