Lots of changes:
[BackupPC.git] / bin / BackupPC_archivecd
diff --git a/bin/BackupPC_archivecd b/bin/BackupPC_archivecd
deleted file mode 100644 (file)
index d9f4c0d..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-#=============================================================
-#
-# BackupPC_archivecd: Archive files to a cd host
-#
-# DESCRIPTION
-#
-#   Usage: BackupPC_archivecd tarCreate splitpath parpath host backupnumber compression compext splitsize archiveloc parfile share
-#
-# AUTHOR
-#   Craig Barratt  <cbarratt@users.sourceforge.net>
-#
-# COPYRIGHT
-#   Copyright (C) 2001-2003  Craig Barratt
-#
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation; either version 2 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
-#========================================================================
-#
-# Version 2.1.0_CVS, released 3 Jul 2003.
-#
-# See http://backuppc.sourceforge.net.
-#
-#========================================================================
-
-tarCreate=$1
-splitpath=$2
-parpath=$3
-host=$4
-backupnumber=$5
-compression=$6
-compext=$7
-splitsize=$8
-archiveloc=$9
-parfile=${10}
-share=${11}
-
-$tarCreate -h $host -n $backupnumber -s $share $share | $compression | $splitpath -b $splitsize - $archiveloc/$host.$backupnumber.tar$compext.
-$parpath a -n $parfile $archiveloc/$host.$backupnumber.tar$compext.par $archiveloc/$host.$backupnumber.tar$compext.*