Does everything has a log of folder changes?
Does everything has a log of folder changes?
Basically I saw a episode from a show, downloaded subtitles from inside the media player and after I saw it I send it to the recicle bin and later I permanently deleted everything. Now I want to know exacly WHEN I did all of that...
I have no idea how to recover that information but I do know that this excellent program may have a hidden gem feature that could help me, maybe a log of deleted files or new/removed files in certaing folder or something like that, is there any?
I have no idea how to recover that information but I do know that this excellent program may have a hidden gem feature that could help me, maybe a log of deleted files or new/removed files in certaing folder or something like that, is there any?
Re: Does everything has a log of folder changes?
You could try looking at the index journal..from the menu bar, Menu>Index>Index journal.
Re: Does everything has a log of folder changes?
More information here:
Index Journal
Index Journal
Re: Does everything has a log of folder changes?
Sadly it's set to the default 1024 KB, what I was looking was days ago and long lost...
Re: Does everything has a log of folder changes?
This wont, unfortunately, help you now, but for future reference, if you want to refer to file and folder movements it may be worth setting up a
separate, bare bones, instance of Everything just for the index journal.
I've set the maximum size to 0, which doesn't, apparently, put a limit on the size of the index journal.
I also, every so often, export the results to a CSV file.
If you're using Windows, do you have system restore enabled? Sometimes, not always, by searching the shadow copy, one can find old files.
There are also a number of programmes which will keep track of movements, but from what I can see, they have to be kept running in the background.
separate, bare bones, instance of Everything just for the index journal.
I've set the maximum size to 0, which doesn't, apparently, put a limit on the size of the index journal.
I also, every so often, export the results to a CSV file.
If you're using Windows, do you have system restore enabled? Sometimes, not always, by searching the shadow copy, one can find old files.
There are also a number of programmes which will keep track of movements, but from what I can see, they have to be kept running in the background.
Re: Does everything has a log of folder changes?
Why a separate one? I don't get that part.
@void do you confirm? I have a feeling it could become a giant file that way.
Oh I don't need the actual files, just the day I delete them or the day I've downloaded the subtitles just to log in when did I watch that show, I keep a register of everything I watch, a little hobby of mine.
Re: Does everything has a log of folder changes?
Precisely while I've set up a different instance, because of the size of the file...I regularly back up my normal instances, so I don't want the DB to be too large.
Re: Does everything has a log of folder changes?
0 = unlimited size.@void do you confirm? I have a feeling it could become a giant file that way.I've set the maximum size to 0, which doesn't, apparently, put a limit on the size of the index journal.
Your Everything.db will grow very large.
Please consider enabling the Journal Logger.
I recommend using at least a journal size of 32MB.
If you have the available ram, consider increasing this to 128MB - 1024MB
Re: Does everything has a log of folder changes?
Thanks, I didn't know about this...could be useful. I'll play around with it.
How often does the log update, Is it on a daily basis, or when Everything is run each time?
How often does the log update, Is it on a daily basis, or when Everything is run each time?
Re: Does everything has a log of folder changes?
Everything has an internal 64K buffer and once full, will write the changes to disk.
Everything will write to the log file on disk often.
Everything will write to the log file on disk often.
Re: Does everything has a log of folder changes?
Is it possible to have it written in CSV format? It would make it easier to read if it was split into coloumns.
I currently have Everything saving all files to the Everything directory, which is fine, but the logs isn't saved to it's own directory...not a big deal, but wondering if possible to change directory.
Out of interest, where is the index journal taken from? I'm running Win 7.
I currently have Everything saving all files to the Everything directory, which is fine, but the logs isn't saved to it's own directory...not a big deal, but wondering if possible to change directory.
Out of interest, where is the index journal taken from? I'm running Win 7.
Re: Does everything has a log of folder changes?
I will look into an option to log as CSV.
Thanks for the suggestion.
Currently, Everything will only log as TXT.
You can set the log directory with journal_log_directory
Thanks for the suggestion.
Currently, Everything will only log as TXT.
You can set the log directory with journal_log_directory
Re: Does everything has a log of folder changes?
Brilliant, thanks...CSV format would be more useful.
Re: Does everything has a log of folder changes?
How can I keep the default format, but take out the id number and change the date format to UK?
I would also like to get rid of the double quote marks at the end "". Is it also possible to add the date modified?
Thanks.
I would also like to get rid of the double quote marks at the end "". Is it also possible to add the date modified?
Thanks.
Re: Does everything has a log of folder changes?
Please try customizing your journal_log_format:
The date modified information cannot be added to the log format.
You can manually export as CSV from Index -> Index Journal -> Export -> Save as type: CSV
Code: Select all
/journal_log_format=#date:<DD-MM-YYYY hh:mm:ss> #action:<-6> "#filename:"
You can manually export as CSV from Index -> Index Journal -> Export -> Save as type: CSV
Re: Does everything has a log of folder changes?
Thanks, that works nicely.
I already export my index journal to a CSV file every so often, but the journal log is useful as it updates automatically..The only downside for me is that it's in txt format.
I just noticed that the journal log file generated is on a daily basis...Is there a way to append each day so that it's just one file? It's not that much of a biggie as I can merge the files with a text editor, but it would be useful.
I already export my index journal to a CSV file every so often, but the journal log is useful as it updates automatically..The only downside for me is that it's in txt format.
I just noticed that the journal log file generated is on a daily basis...Is there a way to append each day so that it's just one file? It's not that much of a biggie as I can merge the files with a text editor, but it would be useful.
Re: Does everything has a log of folder changes?
Does journal_log works on portable?
Last edited by spooky on Sat Aug 27, 2022 2:56 am, edited 1 time in total.
Re: Does everything has a log of folder changes?
Yes, I use portable.
How are you entering it?
It should be journal_log=1 in the ini file, or if you enter it in Everything, it will be /journal_log=1
How are you entering it?
It should be journal_log=1 in the ini file, or if you enter it in Everything, it will be /journal_log=1
Re: Does everything has a log of folder changes?
Yeah I changed the .ini and it worked. I'll test a bit to see how it works.
Re: Does everything has a log of folder changes?
Lovely feature, but it logs literally everything, which I think is what most people using this feature wants, but is there an option to log only an specific drive or maybe omit certain folders? Most of the strings are windows files syncing or cache stuff from my browser.
Re: Does everything has a log of folder changes?
The Index Journal was designed as an index Audit for the Everything Server to keep clients up to date.
All changes to the index are logged.
Please consider creating a new named instance that only indexes your desired folders and enable journal logging.
For example:
Everything.exe -instance "E Drive Journal"
Setup this new Everything instance to index only your E: drive.
Enable index journal logging for this instance.
All changes to the index are logged.
Please consider creating a new named instance that only indexes your desired folders and enable journal logging.
For example:
Everything.exe -instance "E Drive Journal"
Setup this new Everything instance to index only your E: drive.
Enable index journal logging for this instance.
Re: Does everything has a log of folder changes?
I just noticed that the journal log file generated is on a daily basis...Is there a way to append each day so that it's just one file? It's not that much of a biggie as I can merge the files with a text editor, but it would be useful.
Re: Does everything has a log of folder changes?
Everything will always create a new log for each day.
There's currently no option to disable this.
I will consider an option to log to a single file.
For now, use a third party tool to append all the logs into one.
There's currently no option to disable this.
I will consider an option to log to a single file.
For now, use a third party tool to append all the logs into one.
Re: Does everything has a log of folder changes?
Can I do the same for the CSV file exported from the index journal?Please try customizing your journal_log_format:
Code: Select all
/journal_log_format=#date:<DD-MM-YYYY hh:mm:ss> #action:<-6> "#filename:"
The date modified information cannot be added to the log format.
You can manually export as CSV from Index -> Index Journal -> Export -> Save as type: CSV
Re: Does everything has a log of folder changes?
Unfortunately, no.
What is shown is exported with CSV.
What is shown is exported with CSV.
Re: Does everything has a log of folder changes?
OK, thanks, I'll try and sort it with a text editor...