diff --git a/LICENCE.txt b/LICENCE.txt index 0a42cea..a631274 100644 --- a/LICENCE.txt +++ b/LICENCE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2013, Orsiris "Ozy" de Jong. ozy@badministrateur.com +Copyright (c) 2013, Orsiris "Ozy" de Jong. ozy@netpower.fr All rights reserved. Redistribution and use in source and binary forms, with or without @@ -8,14 +8,14 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND diff --git a/TODO.md b/TODO.md deleted file mode 100644 index a6cabb3..0000000 --- a/TODO.md +++ /dev/null @@ -1,10 +0,0 @@ -## Main version 1.84 - -Bugs not yet addressed that will be done a bit later: - -- Recursive task creation doesn't include files in root directory but only subdirectories -- Disk usage check doesn't honor excluded directories - -Future plans: - -- Conquest world :) diff --git a/obackup.sh b/obackup.sh index b0ce60b..2e46c1e 100755 --- a/obackup.sh +++ b/obackup.sh @@ -1033,7 +1033,7 @@ function Init then RSYNC_PATH="sudo $(type -p $RSYNC_REMOTE_PATH)/$RSYNC_EXECUTABLE)" else - RSYNC_PATH="sudo $(type -p $RSYNC_EXECUTABLE)" + RSYNC_PATH="sudo $RSYNC_EXECUTABLE" fi COMMAND_SUDO="sudo" else @@ -1041,7 +1041,7 @@ function Init then RSYNC_PATH="$(type -p $RSYNC_REMOTE_PATH)/$RSYNC_EXECUTABLE)" else - RSYNC_PATH="$(type -p $RSYNC_EXECUTABLE)" + RSYNC_PATH="$RSYNC_EXECUTABLE" fi COMMAND_SUDO="" fi