|
|
Syncrify » Knowledge base
Document information| Document ID: | 1808 |
|---|
| Subject: | Changing the location of the temp folder in Syncrify |
|---|
| Creation date: | 7/11/11 12:18 PM |
|---|
| Last modified on: | 8/12/11 1:35 PM |
|---|
Changing the location of the temp folder.
Syncrify often saves files in the TEMP folder during backup. By default, the exact path of this TEMP folder is specified by your operation system. For example, on Windows you can type the following command to see the location of the TEMP folder
echo %TEMP%
We strongly recommend you put the TEMP folder and user repository on the same volume - meaning if the user repository is on F: drive, the TEMP folder should also be on the same drive.
During backup Syncrify downloads the delta from the client
and merges it with the actual file on the server. This merging is done in the TEMP folder. Once merging is complete, the final file is moved to the appropriate location. If the TEMP folder and user repository is on the same volume, Syncrify is able to move the file rather than copy, which can save significant I/O.
Steps to move the TEMP folder
- Locate the installation folder of Syncrify
- Locate the config folder, which is a sub-folder within the installation folder.
- Create a text file called server.properties and type the following line in this file.
java.io.tmpdir=F:/temp
- Here F:/temp is the location of the new temp folder.
- Restart Syncrify after creating this file
IMPORTANT Ensure the path for the new location exists on your machine.
|
Quick Links
|
User commentsPosted by Rick L on 3/27/12 2:20 PM To change the Temp file directory for a Syncrify CLIENT machine.
add to/edit C:\ProgramFiles\SyncrifyClient\SyncrifyClient.lax
lax.nl.java.option.additional=-Djava.io.tmpdir=C:\temp Posted by Jeff Laing on 8/10/11 6:48 PM I have two machines backing up to two removable disks on syncrify server. Is there any way to set temp folder for each client machine ?
Add a comment to this document
Do you have a helpful tip related to this document that you'd like to share
with other users? Please add it below. Your name and tip will appear at the
end of the document text.
|