X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_archivecd;fp=bin%2FBackupPC_archivecd;h=0000000000000000000000000000000000000000;hp=d9f4c0d06ba09399f27f4b14715a49cf8ad03948;hb=2c14784ad71874ec850d189060fe63d6eb9eba95;hpb=72b87b178ae8dcc10f1ae0f441d13e30d5f1ecf1 diff --git a/bin/BackupPC_archivecd b/bin/BackupPC_archivecd deleted file mode 100644 index d9f4c0d..0000000 --- a/bin/BackupPC_archivecd +++ /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 -# -# 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.*