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, or
      2. user auth
    3. rsync the data
      1. in the source server

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


      2. For example using user auth from source server to target server 'kryptonite' by user 'luther'

        Code Block
        rsync -az /home/clowder/data/uploads luther@kryptonite:/home/clowder/data