EnglishFrenchSpanish

Ad


OnWorks favicon

git-annex-initremote - Online in the Cloud

Run git-annex-initremote in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command git-annex-initremote that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


git-annex-initremote - creates a special (non-git) remote

SYNOPSIS


git annex initremote name type=value [param=value ...]

DESCRIPTION


Creates a new special remote, and adds it to .git/config.

Example Amazon S3 remote:

git annex initremote mys3 type=S3 encryption=hybrid keyid=[email protected] datacenter=EU

Many different types of special remotes are supported by git-annex. For a list and
details, see <https://git-annex.branchable.com/special_remotes/>

The remote's configuration is specified by the parameters passed to this command.
Different types of special remotes need different configuration values. The command will
prompt for parameters as needed.

All special remotes support encryption. You can either specify encryption=none to disable
encryption, or specify encryption=hybrid keyid=$keyid ... to specify a GPG key id (or an
email address associated with a key).

There are actually three schemes that can be used for management of the encryption keys.
When using the encryption=hybrid scheme, additional GPG keys can be given access to the
encrypted special remote easily (without re-encrypting everything). When using
encryption=shared, a shared key is generated and stored in the git repository, allowing
anyone who can clone the git repository to access it. Finally, when using
encryption=pubkey, content in the special remote is directly encrypted to the specified
GPG keys, and additional ones cannot easily be given access.

If you anticipate using the new special remote in other clones of the repository, you can
pass "autoenable=true". Then when git-annex-init(1) is run in a new clone, it will attempt
to enable the special remote. Of course, this works best when the special remote does not
need anything special to be done to get it enabled.

OPTIONS


--fast

When initializing a remote that uses encryption, a cryptographic key is created.
This requires sufficient entropy. If initremote seems to hang or take a long time
while generating the key, you may want to Ctrl-c it and re-run with --fast, which
causes it to use a lower-quality source of randomness. (Ie, /dev/urandom instead of
/dev/random)

Use git-annex-initremote online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad