I've just re-visited the journal log format...split looks interesting.
Can you tell me the format for #split for from and to? ie. copy from to, move from to etc.
Currently I'm using: journal_log_format=#date:<DD-MM-YYYY hh:mm:ss> #action:<-6> "#filename:"
Update:
Is this correct?
journal_log_format=#date:<DD-MM-YYYY hh:mm:ss> #action:<-6> #split: "#filename:"
Can you tell me the format for #split for from and to?
Re: Can you tell me the format for #split for from and to?
I tried the format (the one with #split: in it) in your post, it seems to work fine for me.
I guess you can just try it to see if it's correct or not?
I guess you can just try it to see if it's correct or not?
Re: Can you tell me the format for #split for from and to?
Use #split: early in your format.
It is replaced with nothing and will flag Everything to log renames/moves as two lines.
One line for the old filename and one line for the new filename.
It is replaced with nothing and will flag Everything to log renames/moves as two lines.
One line for the old filename and one line for the new filename.
Re: Can you tell me the format for #split for from and to?
Thanks, it appears to work when moving a file, but when copying there is just one entry that says create. Also when pasting, it just says create.
Re: Can you tell me the format for #split for from and to?
A single line is expected for copying.
The action will be create.
Only rename and move actions (on the local volume) will be split over two lines.
The action will be create.
Only rename and move actions (on the local volume) will be split over two lines.
Re: Can you tell me the format for #split for from and to?
Thanks, I realised when I looked at the Index Journal.
Any chance of changing that in the future so that copy (and paste) is shown in the logs and the Index Journal, rather than just create?
Any chance of changing that in the future so that copy (and paste) is shown in the logs and the Index Journal, rather than just create?
Re: Can you tell me the format for #split for from and to?
Everything cannot detect the "create" as a "copy"
The copy is seen as a newly created file to the USN Journal and Everything.
The copy is seen as a newly created file to the USN Journal and Everything.
Re: Can you tell me the format for #split for from and to?
OK, thanks....