Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2018-11-19 | 3.2 kB | |
tbackup2_2.5.2-nolte15_all.deb | 2018-11-19 | 29.4 kB | |
ttousb.sh | 2018-11-19 | 2.7 kB | |
turtousb.sh | 2018-11-12 | 3.0 kB | |
turstatus.sh | 2018-02-08 | 1.7 kB | |
tbackup2client_2.5.0-nolte15_all.deb | 2018-02-07 | 5.3 kB | |
tgetfstat.sh | 2018-02-07 | 281 Bytes | |
tbackprox.sh | 2018-02-01 | 5.4 kB | |
tbackup2.rb | 2018-02-01 | 72.9 kB | |
tmklinklist.sh | 2018-01-16 | 4.3 kB | |
tbackup2.conf | 2018-01-02 | 2.1 kB | |
tbackup2.mount.sh | 2017-09-25 | 1.8 kB | |
tuptodate.sh | 2017-09-24 | 2.2 kB | |
tmkhistory.sh | 2017-09-24 | 1.2 kB | |
tdumpmysql.sh | 2016-08-22 | 810 Bytes | |
tbackmysql.sh | 2015-12-04 | 591 Bytes | |
tbacksamba.sh | 2015-11-24 | 725 Bytes | |
Totals: 17 Items | 137.7 kB | 0 |
Mon, 19 Nov 2018 05:24:13 +0100 !/usr/bin/ruby encoding: utf-8 Copyright (C)2008-2015 by Thomas Nolte, Nolte Infosysteme (support@nisx.de) This file is licensed and protected under the terms and conditions of the GNU General Public License Version 2. VERSION HISTORY 0.1 18.04.2008 first running 0.2 19.04.2008 ready, but not tested and cleaned 0.3 20.04.2008 basic funktion tested 0.4 21.04.2008 error handling 0.5 25.04.2008 dpk export@remote fixed. 0.6 01.05.2008 rescue moved. 0.7 05.05.2008 param "days" added. 0.8 06.05.2008 var ${passwd:ID} added. 0.9 09.05.2008 ID to mail & html added. 0.91 16.05.2008 missing "--delete" at rsync-param. 0.92 19.10.2008 error: $0.gsub! must be $0.gsub 0.93 26.01.2009 display host with domain 0.94 25.03.2009 do not display password anymore 0.95 02.06.2009 using "--numeric-ids" with rsync 0.96 25.01.2010 delete destination implemented 0.97 07.02.2010 ad du command 0.98 09.02.2010 replaced system with IO.popen 0.99 18.02.2010 ad compress parameter 1.0 29.09.2010 set correct from header in mail. 1.1 01.03.2011 set correct date header in mail. Add smtp-port 2.0 08.01.2013 backup in background (threads) 2.0.1 11.01.2013 bugfix "waiting for finishing background tasks" 2.0.2 11.01.2013 write error in logfile if background task has an error. 2.0.3 22.01.2013 add "--errmail" / "errmail" parameter. 2.0.4 22.01.2013 bugfix with errmail. 2.0.5 13.03.2013 add if statement in section 2.0.6 20.03.2013 check rsync conection before rm dest. 2.0.7 22.03.2013 log file name changed to name.hostname.log, do not backup if ID is missing. 2.0.8 22.04.2013 log rotate bug removed. 2.0.9 13.05.2013 bug removed: tbackup id not found if destination dir not exists. 2.0.10 13.07.2014 bug removed: $! to $!.to_s. 2.0.11 25.10.2014 bug removed: rescue at get domain name. 2.1.0 25.11.2014 add function min-free & min-size 2.1.1 29.11.2014 small fix in help section 2.1.2 12.12.2014 freeafterint has used wrong element of df 2.2 13.09.2015 nolteinfosysteme-free 2.2.2 20.09.2015 pidfile rework 2.3 11.11.2015 limit thread count 2.3.3 12.11.2015 threadswait join 2.3.5 28.11.2015 if order changed: conditions, days & sections 2.3.6 03.12.2015 no more du 2.4 09.12.2015 new parameter: nodow 2.4.1 09.12.2015 rework on commandline parameters 2.4.2 03.01.2016 using rsync for faster delete 2.4.3 04.04.2016 set local date in mail header 2.4.4 26.04.2016 set correct date header in mail, again :-( 2.4.5 12.11.2016 add smtp-user, smtp-passwd, smtp-authtype 2.4.6 20.12.2017 when no hardlinks, do'nt delete dest and don't use daw 2.4.7 30.12.2017 rescue if kill process don't work 2.4.8 01.01.2018 enable recycler, new default rsync-param 2.4.9 02.01.2018 dump config to /tbackup2/tbackup2.yaml 2.5.0 02.01.2018 new global param "dest" 2.5.1 06.01.2018 advanced help, +! on rsync param 2.5.2 01.02.2018 moving to recycler: no more error when dest is missing. USED TOOLS tool local remote ruby >= 1.8 X ssh X X rsync X X df X du X rm X dpkg X bash X X TODO mail as html-mail