2020-05-27 22:51:12 +02:00
|
|
|
Backy (release date 2020.05.27)
|
2020-05-17 22:32:47 +02:00
|
|
|
|
|
|
|
Backy is a programme for backing up a file.
|
|
|
|
|
|
|
|
Usage: backy <path1> <-o path2>
|
|
|
|
path1 - path to a file to be backuped.
|
|
|
|
-o path2 - path to the output directory without the name of a file.
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
backy test.c
|
|
|
|
backy test.c -o /tmp0/1/
|
|
|
|
backy /hd0/1/test.c
|
|
|
|
backy /hd0/1/test.c -o /tmp0/1/
|
|
|
|
|
|
|
|
//--------------------------------------//
|
|
|
|
The programme:
|
|
|
|
- Compiled with KTCC compiler.
|
|
|
|
- Written in KolibriOS NB svn7768.
|
|
|
|
- Designed and written by JohnXenox
|
|
|
|
aka Aleksandr Igorevich.
|
|
|
|
//--------------------------------------//
|
|
|
|
|