| File | Date | Author | Commit |
|---|---|---|---|
| bin | 2022-01-23 |
|
[c4545e] Initial commit |
| conf | 2022-01-23 |
|
[c4545e] Initial commit |
| lib | 2022-01-23 |
|
[c4545e] Initial commit |
| src | 2022-10-12 |
|
[61755a] Added new release for jammy |
| t | 2022-01-23 |
|
[c4545e] Initial commit |
| Changes | 2022-01-23 |
|
[c4545e] Initial commit |
| INSTALL | 2022-01-23 |
|
[c4545e] Initial commit |
| LICENSE | 2022-01-23 |
|
[c4545e] Initial commit |
| MANIFEST | 2022-01-23 |
|
[c4545e] Initial commit |
| Makefile.PL | 2022-01-23 |
|
[c4545e] Initial commit |
| NOTES | 2022-01-23 |
|
[c4545e] Initial commit |
| README | 2022-01-23 |
|
[c4545e] Initial commit |
| RELEASE | 2022-01-23 |
|
[c4545e] Initial commit |
| TODO | 2022-01-23 |
|
[c4545e] Initial commit |
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