This is the command arcsync 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
arcsync - ARC Synchronize
DESCRIPTION
The arcsync command synchronizes your local jobs list with the information at a given
cluster or index server.
SYNOPSIS
arcsync [options]
OPTIONS
-c, --cluster=name
select one or more computing elements: name can be an alias for a single CE, a
group of CEs or a URL
-g, --index=name
select one or more registries: name can be an alias for a single registry, a group
of registries or a URL
-j, --joblist=filename
the file storing information about active jobs (default ~/.arc/jobs.xml)
-f, --force
don't ask for verification
-T, --truncate
shrinks the joblist before synchronizing
-P, --listplugins
list the available plugins
-t, --timeout=seconds
timeout in seconds (default 20)
-z, --conffile=filename
configuration file (default ~/.arc/client.conf)
-d, --debug=debuglevel
FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
-v, --version
print version information
-?, --help
print help
EXTENDED DESCRIPTION
The ARC user interface keeps a local list of active jobs in the users home directory (see
arcsub(1)). If this file is lost, or the user wants to recreate the file on a different
computer,the arcsync command can be used to recreate the file from the information
available the specified cluster or index server.
Since the information about a job retrieved from a cluster can be slightly out of date if
the user very recently submitted or removed a job a warning is issued when this command is
run. The --force option disables this warning.
The --cluster options can be used to select or reject clusters that should be considered
in the synchronization. This options can be repeated several times. See arcsub(1) for a
discussion of the format of arguments to this option.
If the joblist is not empty when invoking synchronization the old jobs will be merged with
the new jobs, unless the --truncate option is given, in which case the joblist will first
be cleaned of old jobs and then the new jobs will be added.
Use arcsync online using onworks.net services