diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-05-13 15:33:59 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-05-13 15:33:59 +0800 |
commit | 53977cae5c57e363507376360d74f3dfed45be19 (patch) | |
tree | 751d16a922c53eeec33e0eea1b956de542fd41f5 /bin | |
parent | 4afe3f76a7a51f3a5e94dbdc1f734f8cb007ed35 (diff) | |
download | atoolbox-53977cae5c57e363507376360d74f3dfed45be19.tar.bz2 |
bin/dar_backup.py: Minor fix to references
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dar_backup.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/dar_backup.py b/bin/dar_backup.py index 7165ecc..47ff815 100755 --- a/bin/dar_backup.py +++ b/bin/dar_backup.py @@ -39,11 +39,11 @@ exclude_compression: [] Credit/references ----------------- -[?] http://www.halfgaar.net/backing-up-unix -[?] http://dar.linux.free.fr/doc/man/dar.html -[?] https://github.com/Parchive/par2cmdline -[?] http://dar.linux.free.fr/doc/samples/dar_par_create.duc -[?] http://dar.linux.free.fr/doc/samples/dar_par_test.duc +[1] http://www.halfgaar.net/backing-up-unix +[2] http://dar.linux.free.fr/doc/man/dar.html +[3] https://github.com/Parchive/par2cmdline +[4] http://dar.linux.free.fr/doc/samples/dar_par_create.duc +[5] http://dar.linux.free.fr/doc/samples/dar_par_test.duc """ import os |