Option to freeze database

Have a suggestion for "Everything"? Please post it here.
Post Reply
xylph
Posts: 2
Joined: Wed Jun 03, 2009 9:01 am

Option to freeze database

Post by xylph »

Hi David
It would be wonderful if there is an option to stop the database from updating itself. Like, if I have several database files from different computers -- when I run Everything in my computer, the database will be overwritten by my own database indexed files. In other words, I would like to be able to index files in different machines and then search within them in my own machine, loading different .db files without overwriting them.

Thanks
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Option to freeze database

Post by David »

Please backup your Everything.db, Everything likes to recreate this file if it is out of date.

To view an Everything.db snapshot in Everything 1.3:

Code: Select all

Everything.exe -db <filename> -read-only
Where <filename> is the filename of the Everything.db file.

Note: Please exit Everything before running these command line options.

For more information, please see:
http://www.voidtools.com/support/everyt ... tions/#-db
http://www.voidtools.com/support/everyt ... -read-only

--- For Everything 1.2 or earlier see below ---

Currently "Everything" will only show online volumes.

Searching offline volumes will be available in a future release of "Everything".

However, I do supply a version of "Everything" with updating disabled to recover file names from a HDD crash (if you manage to recover your Everything.db).
http://www.voidtools.com/Everything1.2.1.389b.zip

This version of "Everything" will allow you to view offline databases created by Everything 1.2.1.371.

You may also be interested in running multiple instances of "Everything".
To run multiple instances please check the following wiki page:
http://support.voidtools.com/everything ... _instances
xylph
Posts: 2
Joined: Wed Jun 03, 2009 9:01 am

Re: Option to freeze database

Post by xylph »

Wow, exactly what I'm looking for, thanks!
So I take it you are gonna put it in the Option as "suspend database updating" or the like? Awesome.
Keep up the good work!
a175269@tyldd.com
Posts: 1
Joined: Thu Jul 16, 2009 11:43 am

Re: Option to freeze database

Post by a175269@tyldd.com »

This option would be really welcome: a lot of times I am searching for a file that resides on an external USB disk, but unplugging it removes it from the index. Is it correct that there will be some selector in future versions like "keep in database even when dismounted" ?

Thanks for your ultracool application.
a1ph0r
Posts: 7
Joined: Fri Aug 28, 2009 7:53 am

Re: Option to freeze database

Post by a1ph0r »

I've tried this beta build, but it still seems to re-scan drives and wipes out the old index. I have tried playing around with the settings in the .ini but to no avail :(. Any possible fix? Keep up the great work, very looking forward to the next version of Everything with the many updates you hope to incorporate :).
JustPassingBy
Posts: 1
Joined: Fri Dec 25, 2009 11:47 pm

Re: Option to freeze database

Post by JustPassingBy »

David wrote:Currently "Everything" will only show online volumes.

Searching offline volumes will be available in a future release of "Everything".

However, I do supply a version of "Everything" with updating disabled to recover file names from a HDD crash (if you manage to recover your Everything.db).
http://www.voidtools.com/Everything1.2.1.389b.zip

This version of "Everything" will allow you to view offline databases created by Everything 1.2.1.371.

You may also be interested in running multiple instances of "Everything".
To run multiple instances please check the following wiki page:
http://support.voidtools.com/everything ... _instances
Merry Christmas David, I love you. This has solved a years-long critical issue of getting a reliable non-bloated method of file/folder listing of all drives. This is needed as I have experienced ~1TB worth of data loss over the years due to shitty drives failing their job, and certainly a year or two back I had no real idea what data was destroyed every time (currently I export folder listings every night via Treesize Pro, but what you've said will be a far superior method).

Thanks again for your work. In these days of bloated .NET crapware programs, I look at your highly functional app and laugh at the contrast.
alljoyland
Posts: 3
Joined: Tue Sep 28, 2010 12:17 pm

Re: Option to freeze database

Post by alljoyland »

David wrote:Currently "Everything" will only show online volumes.

Searching offline volumes will be available in a future release of "Everything".

However, I do supply a version of "Everything" with updating disabled to recover file names from a HDD crash (if you manage to recover your Everything.db).
http://www.voidtools.com/Everything1.2.1.389b.zip

This version of "Everything" will allow you to view offline databases created by Everything 1.2.1.371.

You may also be interested in running multiple instances of "Everything".
To run multiple instances please check the following wiki page:
http://www.voidtools.com/Everything/wik ... _instances
the link is
http://support.voidtools.com/everything ... _instances
now,not the wiki
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Option to freeze database

Post by void »

the link is
http://support.voidtools.com/everything ... _instances
now,not the wiki
Updated, thanks.
beansoft
Posts: 1
Joined: Mon Nov 08, 2010 8:31 am

Re: Option to freeze database

Post by beansoft »

Very useful feature as I always carried one big 500G removable disk, but sometimes I just wanna search a file on it without always plug it in my notebook. But I found one small problem that when I added files when disk is accessable, the later version(Everything1.2.1.389b.exe) cant include the change I made, it's a small problem, because you can only update the change with Everything-1.2.1.371.exe. So finally I've made a small trick batch to support this feature:

SmartOfflineQuery.bat

set DISK=G:\
IF EXIST %DISK% start Everything-1.2.1.371.exe
IF NOT EXIST %DISK% start Everything1.2.1.389b.exe

When disk is there, would update it, otherwise, using 389 to offline query it, really simple.

Well, this meke me very happy with Search Everything, I really love in it again and throws away the big and slowly Disk Explorer Professional 3.
eltranced
Posts: 4
Joined: Wed May 25, 2011 1:40 am

Re: Option to freeze database

Post by eltranced »

im a bit confused about viewing 371 database offline with 389b. I cant see the USB drive's files if the drive isnt connected..

i may be doing this wrong but
i've created the db with 371 ... closed program... opened 389b, specified folder of old dabatabase location .... and disconnected the usb drive...
am i suppose to do something extra with command lines? in options i dont see anything that could be for offline viewing
eltranced
Posts: 4
Joined: Wed May 25, 2011 1:40 am

Re: Option to freeze database

Post by eltranced »

from the lack of reply's im assuming there isnt an option for true offline browsing...


would have been a great feature for usb's
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Option to freeze database

Post by void »

Please try filelists with the latest beta for offline volumes.
alljoyland
Posts: 3
Joined: Tue Sep 28, 2010 12:17 pm

Re: Option to freeze database

Post by alljoyland »

when the files number are huge, this will be useless,
could there be freeze database options for latest version too, I like the freeze database version, but there is no new version
void wrote:Please try filelists with the latest beta for offline volumes.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Option to freeze database

Post by void »

To freeze the database in Everything 1.3 use the following command line options:

Code: Select all

Everything.exe -db <filename> -read-only
Where <filename> is the filename of the Everything.db file.

Note: Please exit Everything before running these command line options.

For more information, please see:
http://www.voidtools.com/support/everyt ... tions/#-db
http://www.voidtools.com/support/everyt ... -read-only
alljoyland
Posts: 3
Joined: Tue Sep 28, 2010 12:17 pm

Re: Option to freeze database

Post by alljoyland »

Thanks , it's work very well
Post Reply