This is the command sxmv 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
sxmv - move files between SX volumes and clusters
SYNOPSIS
sxmv [OPTIONS]... SOURCE... DEST
DESCRIPTION
sxmv can move files and entire directories within a single volume or between volumes and
different Skylable SX clusters.
OPTIONS
-h, --help
Print help and exit
--full-help
Print help, including hidden options, and exit
-V, --version
Print version and exit
-r, --recursive
Recursively move files from SOURCE to DEST directory
-D, --debug
Enable debug messages
-c, --config-dir=PATH
Path to the SX configuration directory (default: ~/.sx)
-f, --filter-dir=PATH
Path to the SX filter directory (default: /usr/lib/sxclient)
EXAMPLES
To rename the file 'foo' to 'bar' run:
sxmv sx://cluster/vol/foo sx://cluster/vol/bar
To move directory 'movies' from the volume 'data' to 'oldstuff' run:
sxmv -r sx://cluster/data/movies/ sx://cluster/oldstuff/movies/
Use sxmv online using onworks.net services