Subversion Repositories Kolibri OS

Rev

Rev 7942 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7994 leency 1
Backy (release date 2020.05.27)
7942 leency 2
 
3
Backy is a programme for backing up a file.
4
 
5
Usage: backy  <-o path2>
6
 path1 - path to a file to be backuped.
7
 -o path2 - path to the output directory without the name of a file.
8
 
9
Examples:
10
 backy test.c
11
 backy test.c -o /tmp0/1/
12
 backy /hd0/1/test.c
13
 backy /hd0/1/test.c -o /tmp0/1/
14
 
15
//--------------------------------------//
16
  The programme:
17
   - Compiled with KTCC compiler.
18
   - Written in KolibriOS NB svn7768.
19
   - Designed and written by JohnXenox
20
     aka Aleksandr Igorevich.
21
//--------------------------------------//
22