GFSEC-SPLIT(1) | Gfsecret Manual | GFSEC-SPLIT(1) |
gfsec-split - Split a file into shares and dispatch them
gfsec-split |
[-h|--help] [-v|--version] [-n|--threshold N] [-c|--config file] [-i|--interactive] [-k|--keep] [-o|--output file] [-r|--restore-cmd command] [-d|--destroy-cmd command] [-l|--list-supports] file URI... |
gfsec-split splits a file into a number of shares and dispatches the resulting shares onto external storage supports.
The split file can then be temporarily reconstructed using the accompanying program gfsec-use(1).
Shares are described using a URI-like syntax. For each share, the URI indicates a storage device and a pathname on that device.
Supported URI schemes are:
gfsec-split \
/home/alice/mysecret \
file:///home/alice/.local/share/gfsecret/mysecret \
label://USBSTICK/mysecret \
mtp://RF2GB6X704P/Documents/mysecret \
The above example will split the file /home/alice/mysecret into three shares: one on the local filesystem, one on the USB mass storage device with the label USBSTICK, and one on the MTP-compliant device with the serial RF2GB6X704P. A configuration file will be written in $XDG_CONFIG_HOME/gfsecret/mysecret allowing to automatically reconstruct the file with gfsec-use(1) provided at least one of the two removable supports are present.
Report bugs to Damien Goutte-Gattat.
gfsec-use(1), gfsplit(1), gfcombine(1), libgfshare(3), gfshare(7)
Copyright © 2017 Damien Goutte-Gattat
This program is released under the GNU General Public License. See the COPYING file in the source distribution or http://www.gnu.org/licenses/gpl.html.
2017-07-25 | gfsecret 0.4.6 |