tilder - File backup assistant
python tilder.py [-h] [--ts_lev {d,dt,none}] [--ts_pos {bef,aft}]
[--nopause] file [file ...]
Back up your files into respective subdirectories
with explicit timestamps.
-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.
python tilder.pl oliver.eps heaviside.dat --nopause
python tilder.pl bateman.ps --ts_lev=d
Python 3
Jaewoong Jang <jangj@korea.ac.kr>
Copyright (c) 2018-2020 Jaewoong Jang
This software is available under the MIT license; the license information is found in 'LICENSE'.