meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
groups:mg:private:resonatoren:reslabcomputers:reslab-main [2020/02/21 12:21] – [12. Required software for ResLab-Main] ssauergroups:mg:private:resonatoren:reslabcomputers:reslab-main [2020/08/12 11:45] (current) – [8. Install Software] ssauer
Line 111: Line 111:
           * Admin-Password: HMaser           * Admin-Password: HMaser
           * Server: Uncheck "Accept incoming connections" (not yet using VNC)           * Server: Uncheck "Accept incoming connections" (not yet using VNC)
-  - Puresync +  - Puresync (Version 3.6.2) 
 +    * Important data is copied to the respective folders representin the name of the computer automatically 
 +    * Ask Admin:  
 +      * Computer should have full write access (but not delete) to \\afs\iqo.uni-hannover.de\projects\magnesium\Backups  
 +      * Computer can read the whole \\afs\iqo.uni-hannover.de\projects\magnesium\  
 +      * This is utilized by giving these PCs a **static IP adress** (assigned via their MAC) and these IPs are in the AFS group **iqo-hosts:mg-lab**  
 +    * Create \\afs\iqo.uni-hannover.de\projects\magnesium\ as Network adress
     * configure the correct folders to be backed up to AFS     * configure the correct folders to be backed up to AFS
 +      * Nessary Backup folders:
 +        * D:Counter_Data -> \\afs\iqo.uni-hannover.de\projects\magnesium\Backups\reslab\Backup_Counter_Data
 +      * Backups are copied to the AFS every night at 04:00 using the program PureSync, which is installed on all PCs
 +    * The data stored on AFS is automatically backuped to the Rechenzentrum (AFS backup). So all data "should" be safe then in case of fire/water/acid/nuclear-winter or whatever :)
 +
  
 ==== 9. System Restore with windows ====  ==== 9. System Restore with windows ==== 
Line 190: Line 201:
     - PTB Laser Frequenz     - PTB Laser Frequenz
     - PTB Laser Frequenz 1703test     - PTB Laser Frequenz 1703test
 +
 +==== 15. Backup with Minitool shadow maker free ====
 +
 +==== 16. System Restore with windows ==== 
 +
 +==== 17. Install ALLAN live Py! ==== 
 +    - Install Python (Version: >3.8.2) [download the .exe or .zip in browser and install]
 +    - During the installation of Python:
 +        - Important: "yes" to "Add Python 3.8 to PATH" 
 +    - To edit the code in VS Code, install "Python" and "Python for VS Code" in VS Code
 +    - Upgrade "pip" in Terminal with "python -m pip install --upgrade pip"
 +    - Install all requirements with " pip install -r requirements.txt " or install one after the other requirement in Terminal with pip install **XXX**:
 +       - (versions and requirements are updated in the repositry, which you can find below) 
 +<WRAP right round important 40%>
 +You need to be in the path of the cloned repositry to be able to access the content of requirements.txt!
 +</WRAP>
 +       - numpy==1.18.2
 +       - matplotlib==3.1.2
 +       - PyQt5==5.14.1
 +       - pandas==1.0.3
 +       - allantools==2019.09
 +       - pyqtgraph==0.10.0
 +  - Install git-cola (Version: 3.6)
 +    - Open Git bag/Git cola
 +    - sign up here with your AFS credentials: https://git.iqo.uni-hannover.de/mg/allan-live-py
 +      - copy the https link
 +    - clone in Git bag the link
 +    - create a new folder in D
 +  - run "allan-live.py"
  
 ==== Old software under windows 7 ==== ==== Old software under windows 7 ====