EnglishFrenchSpanish

Ad


OnWorks favicon

git-annex-matching-options - Online in the Cloud

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

This is the command git-annex-matching-options 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-matching-options - specifying files to act on

DESCRIPTION


Many git-annex commands support using these options to specify which files they act on.

Arbitrarily complicated expressions can be built using these options. For example:

--exclude '*.mp3' --and --not -( --in=usbdrive --or --in=archive -)

The above example prevents git-annex from working on mp3 files whose file contents are
present at either of two repositories.

OPTIONS


--exclude=glob

Skips files matching the glob pattern. The glob is matched relative to the current
directory. For example:

--exclude='*.mp3' --exclude='subdir/*'

Note that this will not match anything when using --all or --unused.

--include=glob
Skips files not matching the glob pattern. (Same as --not --exclude.) For
example, to include only mp3 and ogg files:

--include='*.mp3' --or --include='*.ogg'

Note that this will not skip anything when using --all or --unused.

--in=repository
Matches only files that git-annex believes have their contents present in a
repository. Note that it does not check the repository to verify that it still has
the content.

The repository should be specified using the name of a configured remote, or the
UUID or description of a repository. For the current repository, use --in=here

--in=repository@{date}
Matches files currently in the work tree whose content was present in the
repository on the given date.

The date is specified in the same syntax documented in gitrevisions(7). Note that
this uses the reflog, so dates far in the past cannot be queried.

For example, you might need to run git annex drop . to temporarily free up disk
space. The next day, you can get back the files you dropped using git annex get .
--in=here@{yesterday}

--copies=number
Matches only files that git-annex believes to have the specified number of copies,
or more. Note that it does not check remotes to verify that the copies still exist.

--copies=trustlevel:number
Matches only files that git-annex believes have the specified number of copies, on
remotes with the specified trust level. For example, --copies=trusted:2

To match any trust level at or higher than a given level, use 'trustlevel+'. For
example, --copies=semitrusted+:2

--copies=groupname:number
Matches only files that git-annex believes have the specified number of copies, on
remotes in the specified group. For example, --copies=archive:2

--lackingcopies=number
Matches only files that git-annex believes need the specified number or more
additional copies to be made in order to satisfy their numcopies settings.

--approxlackingcopies=number
Like lackingcopies, but does not look at .gitattributes annex.numcopies settings.
This makes it significantly faster.

--inbackend=name
Matches only files whose content is stored using the specified key-value backend.

--inallgroup=groupname
Matches only files that git-annex believes are present in all repositories in the
specified group.

--smallerthan=size

--largerthan=size
Matches only files whose content is smaller than, or larger than the specified
size.

The size can be specified with any commonly used units, for example, "0.5 gb" or
"100 KiloBytes"

--metadata field=glob
Matches only files that have a metadata field attached with a value that matches
the glob. The values of metadata fields are matched case insensitively.

--want-get
Matches files that the preferred content settings for the repository make it want
to get. Note that this will match even files that are already present, unless
limited with e.g., --not --in .

Note that this will not match anything when using --all or --unused.

--want-drop
Matches files that the preferred content settings for the repository make it want
to drop. Note that this will match even files that have already been dropped,
unless limited with e.g., --in .

Note that this will not match anything when using --all or --unused.

--not Inverts the next matching option. For example, to only act on files with less than
3 copies, use --not --copies=3

--and Requires that both the previous and the next matching option matches. The default.

--or Requires that either the previous, or the next matching option matches.

-( Opens a group of matching options.

-) Closes a group of matching options.

Use git-annex-matching-options online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    2to3-3.5
    2to3-3.5
    2to3-3.3 - Python2 to Python3 converter
    ...
    Run 2to3-3.5
  • 2
    2to3
    2to3
    2to3-2.7 - Python2 to Python3 converter
    ...
    Run 2to3
  • 3
    cpan-uploadp
    cpan-uploadp
    cpan-upload - upload a distribution to
    the CPAN VERSION: version 0.103012
    USAGE: usage: cpan-upload [options]
    file-to-upload-1 [ file-to-upload-2.. ]
    -v --verb...
    Run cpan-uploadp
  • 4
    cpan
    cpan
    cpan - easily interact with CPAN from
    the command line ...
    Run cpan
  • 5
    gbirthday
    gbirthday
    gbirthday - a birthday reminder
    application that helps you to remember
    your contacts' birthdays OPTIONS:
    gbirthday does not have parameters for
    the command lin...
    Run gbirthday
  • 6
    gbker
    gbker
    gbker - Produce kernel density
    estimation ...
    Run gbker
  • More »

Ad