Hello Forum,
I would like to continue using my existing Everything settings and database etc., but I'd like to have the settings, database, etc. stored in a different path.
How do I go about changing the current settings/dadatbase path so that this path is actually used by Everything from now on?
Change path to Settings.ini
Change path to Settings.ini
Last edited by David.P on Wed Apr 13, 2022 9:36 am, edited 2 times in total.
Re: Change path to Settings.ini
To run Everything with different profiles, please consider multiple instances.
For example:
Everything.exe -instance "My Alternative Profile"
To specify the Everything settings filename (Everything.ini) when launching Everything, please use the -config command line option:
Everything.exe -config "C:\Everything\My Alternative Everything.ini"
Disable Start on system startup under Tools -> Options -> General
Consider creating a shortcut to in shell:startup
To specify the Everything database filename (Everything.db) when launching Everything, please use the -db command line option:
Everything.exe -db "C:\Everything\My Alternative Everything.db"
If you would like to prevent Everything from rebuilding the database in case of a missing volume, please use the -read-only command line option:
Everything.exe -db "C:\Everything\My Alternative Everything.db" -read-only
To backup your settings and data:
To restore your settings and data:
To customize your database (Everything.db) location:
For example:
Everything.exe -instance "My Alternative Profile"
To specify the Everything settings filename (Everything.ini) when launching Everything, please use the -config command line option:
Everything.exe -config "C:\Everything\My Alternative Everything.ini"
Disable Start on system startup under Tools -> Options -> General
Consider creating a shortcut to
Everything.exe -config "C:\Everything\My Alternative Everything.ini"
To specify the Everything database filename (Everything.db) when launching Everything, please use the -db command line option:
Everything.exe -db "C:\Everything\My Alternative Everything.db"
If you would like to prevent Everything from rebuilding the database in case of a missing volume, please use the -read-only command line option:
Everything.exe -db "C:\Everything\My Alternative Everything.db" -read-only
To backup your settings and data:
- In Everything, from the Tools menu, click Options.
- Click the General tab on the left.
- Check Store settings and data in %APPDATA%\Everything.
- Click OK.
- From the File menu, click Exit.
- In Windows Explorer, type in the following address and press ENTER:
%APPDATA%\Everything - Copy the files in this folder to your backup location. (for example: E:\backup\Everything)
- In Windows Explorer, type in the following address and press ENTER:
%LOCALAPPDATA%\Everything - Copy the Everything.db in this folder to your backup location. (for example: E:\backup\Everything)
- Restart Everything.
To restore your settings and data:
- In Everything, from the Tools menu, click Options.
- Click the General tab on the left.
- Check Store settings and data in %APPDATA%\Everything.
- Click OK.
- From the File menu, click Exit.
- In Windows Explorer, type in the following address and press ENTER:
%APPDATA%\Everything - Copy the files from your backup location (for example: E:\backup\Everything) to this folder.
- In Windows Explorer, type in the following address and press ENTER:
%LOCALAPPDATA%\Everything - Copy the Everything.db from your backup location (for example: E:\backup\Everything) to this folder.
- Restart Everything.
To customize your database (Everything.db) location:
- In Everything, from the Tools menu, click Options.
- Click the Indexes tab on the left.
- To the right of Database location click Browse....
- Choose a new database location and click OK.
- Click OK.
Re: Change path to Settings.ini
Thanks for the quick reply!
In the meantime, I have unfortunately overwritten my Settings.ini file by mistake.
Everything doesn't happen to have a backup of it's own somewhere?
In the meantime, I have unfortunately overwritten my Settings.ini file by mistake.
Everything doesn't happen to have a backup of it's own somewhere?
Last edited by David.P on Wed Apr 13, 2022 9:40 am, edited 2 times in total.
Re: Change path to Settings.ini
No.
Unfortunately, Everything does not make automatic backups of your Everything.ini
Unfortunately, Everything does not make automatic backups of your Everything.ini
Re: Change path to Settings.ini
Ok thank you. I will check if one of my numerous backup plans has created a copy of it somewhere.
Regarding the path to Settings.ini etc.:
So there is no direct/simple way, e.g. in the Everything options, to have the whole folder with the Settings, Database etc. in a different location than the Everything.exe, apart from the command line option you mentioned?
Regarding the path to Settings.ini etc.:
So there is no direct/simple way, e.g. in the Everything options, to have the whole folder with the Settings, Database etc. in a different location than the Everything.exe, apart from the command line option you mentioned?
Re: Change path to Settings.ini
Everything settings and data is stored in either:
1): %APPDATA%\Everything
or
2): the same location as your Everything.exe
This location is determined by the "Store settings and data in %APPDATA%\Everything" option in Tools -> Options -> General.
(this is the app_data setting in your Everything.ini in the same location as your Everything.exe)
There's no option to specify the exact location of your Everything.ini from within the UI.
This must be done with the -config command line option.
1): %APPDATA%\Everything
or
2): the same location as your Everything.exe
This location is determined by the "Store settings and data in %APPDATA%\Everything" option in Tools -> Options -> General.
(this is the app_data setting in your Everything.ini in the same location as your Everything.exe)
There's no option to specify the exact location of your Everything.ini from within the UI.
This must be done with the -config command line option.