Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

avoid touching user home while restoring backup #421

Merged
merged 1 commit into from
Jul 18, 2016

Conversation

tanmaykm
Copy link
Member

  • move configuration and log files internal to JuliaBox out of user home directory
    • /home/juser/.juliabox is now relocated to /opt/juliabox
    • /opt/juliabox is mounted as a separate volume managed by JuliaBox
    • new volume plugin for configuration files handles the mount point
  • do not update .bashrc anymore
    • this was required for Julia v0.3 package precompilation, which is now excluded.

The following files are still created in user home, only for a new user (or when they are missing):

  • file link to Julia tutorials
  • git config
  • ssh keys

With this, JuliaBox will not need to touch the user home after restoring the backup unless there's a real need.

ref #390

- move configuration and log files internal to JuliaBox out of user home directory
    - `/home/juser/.juliabox` is now relocated to `/opt/juliabox`
    - `/opt/juliabox` is mounted as a separate volume managed by JuliaBox
    - new volume plugin for configuration files handles the mount point
- do not update `.bashrc` anymore
    - this was required for Julia v0.3 package precompilation, which is now excluded.

The following files are still created in user home, only for a new user (or when they are missing):
- file link to Julia tutorials
- git config
- ssh keys

With this, JuliaBox will not need to touch the user home after restoring the backup unless there's a real need.

ref JuliaCloud#390
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant