Menu

Tree [61755a] master /
 History

HTTPS access


File Date Author Commit
 bin 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 conf 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 lib 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 src 2022-10-12 Serz Minus Serz Minus [61755a] Added new release for jammy
 t 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 Changes 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 INSTALL 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 LICENSE 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 MANIFEST 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 Makefile.PL 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 NOTES 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 README 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 RELEASE 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit
 TODO 2022-01-23 Sergey Lepenkov Sergey Lepenkov [c4545e] Initial commit

Read Me

This is the tokens processing system

SYNOPSIS

  cd /mnt/mydrive
  mtoken init MyToken
  mtoken status

STEP1

  Initialize (create) a token device

    cd /my/token/dir
    mtoken init MyToken
    mtoken status

STEP2

  Add file to device

    mtoken add file.txt

  Show file list on device

    mtoken list

  Show file from device on screen

    mtoken show file.txt

  Delete file from device

    mtoken delete file.txt

STEP3

  Create tarball (snapshot of current token device) and send it to server

    mtoken commit

  Show list of all available tarballs on server

    mtoken status

  Restore token device from server tarball

    mtoken up

STEP4

  Cleaning the device (delete all temporary files)

    make clean

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.