Skip to content

jangcom/tilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tilder

NAME

tilder - File backup assistant

SYNOPSIS

    python tilder.py [-h] [--ts_lev {d,dt,none}] [--ts_pos {bef,aft}]
                     [--nopause] file [file ...]

DESCRIPTION

    Back up your files into respective subdirectories
    with explicit timestamps.

OPTIONS

    -h, --help
        Help message

    --ts_lev {d,dt,none}
        d (default)
            Timestamping up to yyyymmdd
        dt
            Timestamping up to yyyymmdd_hhmm
        none
            No timestamping

    --ts_pos {bef,aft}
        bef
            Timestamping before the filename
        aft (default)
            Timestamping after the filename

    --nopause
        The shell will not be paused at the end of the program.

    file ...
        List of files to be backed up.

EXAMPLES

    python tilder.pl oliver.eps heaviside.dat --nopause
    python tilder.pl bateman.ps --ts_lev=d

REQUIREMENTS

Python 3

SEE ALSO

baker: Sister Perl program

AUTHOR

Jaewoong Jang <jangj@korea.ac.kr>

COPYRIGHT

Copyright (c) 2018-2020 Jaewoong Jang

LICENSE

This software is available under the MIT license; the license information is found in 'LICENSE'.