Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clowder Disk Storage
    1. Goto the clowder custom configuration /home/clowder/clowder/custom/custon.conf on the server you are copying from
      1. find the path of clowder file storage - something like this

        Code Block
        clowder.diskStorage.path="/home/clowder/data"


      2. Likewise create or get the clowder file storage path from the server you are copying to (might be same path):
    2. authentication
      1. create a key
      2. user auth
    3. rsync the data
      1. in the source server

        Code Block
        rsync -az /home/clowder/data <source server>:/home/clowder/data