Moving the Folder Basepath of the FAUbox Client on Windows

Please note!
Moving the basic folder path to a network drive is not recommended! There is a risk of data loss!

 

1. Start the FAUbox client.
2. Click on Preferences in the upper right corner and select General.

3. Click on the folder-icon next to folders-basepath.

4.  Select the desired directory and confirm with OK.

Example:
As seen in the picture above, the FAUbox basefolder is located in the directory Documents. Now if you want to change the base path of the FAUbox and move it to Desktop for example, you have to change the path from C:\Users\___\Documents\FAUbox  to   C:\Users\___\Desktop\FAUbox


Be careful to include the FAUbox basefolder in the path since it could lead to loss of data!

 

Furthermore: If you click on the button called New Directory then the following window will open up. You can then enter the name for a new directory and click OK ….

…afterwards the new directory (called Muffin in the example above) will be created and all top-level folders within the FAUbox basefolder will be moved into that directory: FAUbox basefolder > Muffin > top-level folders

5. After clicking OK, the following window will open. Now you have to confirm, that all the data located in the FAUbox basefolder should also be moved to the new path. Click Yes.

6. Done! The folder basepath of your FAUbox basefolder (including all its containing folders and files) was successfully changed.

 


Please note!
By moving the folder base path the Access time (atime), Change time (ctime) and Modification time (mtime) of the files and folder will be changed as well!

 

If you want to avoid these changes, you have to manually move each toplevel folder to the new basepath. The following three instructions will show you how to do that:

 

1. Moving top-level Folders via File System:

The following instruction will show you how to move the top-level folders while only changing the Access time (atime):

Follow the above described instruction til step four. In step five you have to click on No instead of Yes. Now you have to manually move the top-level folders.

  1. Close the client.
  2. Open the file system on your device and select the top-level folder you want to move.
  3. Press the buttons [Strg] + [C]. The top-level folder is now being copied.
  4. Now open the directory you want to move the folder in and insert the top-level folder by pressing the buttons [Strg] + [V].
  5. Lastly, delete the original top-level folder in the old folder basepath.
  6. Repeat this process with all folders.

 

2. Moving top-level Folders via Console:

1. Method: Changing the atime and mtime

  1. Close the client.
  2. Open the spotlight search function by pressing the buttons [Cmd] + Spacebar and enter the command “Terminal“.
  3. Double-click on the search result and add the command “cp -r -p old folder base path/foldername new folder base path” (Please not that you have to enter the actual path and foldername in the command).
  4. Delete the top-level folder in the old folder basepath.

2. Method: Changing the atime and ctime

  1. Close the client.
  2. Open the spotlight search function by pressing the buttons [Cmd] + Spacebar and enter the command “Terminal“.
  3. Double-click on the search result and add the command “rsync -avu old folder base path/foldername new folder base path” (Please not that you have to enter the actual path and foldername in the command).
  4. Delete the top-level folder in the old folder basepath.