和6年能登半島地震により亡くなられた方々のご冥福をお祈りするとともに、被害に遭われた皆さまに対し、心よりお見舞い申し上げます。一日も早く被災地の安全が確保され、復旧が進む事を心よりお祈り申し上げます。

IRLP Backup

もしもの時のために・・・
定期的にBackupをとっておいた方が安心ですね(*^^)v
有難い事に・・・
/home/irlp/scriptsディレクトリ内には、便利なスクリプトがいっぱい( ̄ー ̄)
backup_for_reinstallスクリプトの中を見てみると・・・

#!/bin/bash

ID=/home/irlp

mkdir $ID/backup >/dev/null 2>&1

backupディレクトリを作って、そこに保存してくれるみたい。

$ ./backup_for_reinstall
audio/
audio/remote_call_off.wav
audio/custom/
audio/custom/my_id.wav
audio/custom/idmessage
audio/remote_call_on.wav
bin/
bin/irlp_ref_auth_client
bin/ipdet
check_irlp-2.3.tar.gz
custom/
custom/callcounter
custom/timing
custom/rc.mixer
custom/environment
custom/timeoutvalue
custom/custom_decode
custom/custom_olddecode
home/
home/irlp/
home/irlp/custom/
irlp-install-files/
log/
log/messages
scripts/
scripts/install-ra
scripts/troubleshoot-irlp
scripts/id.sh
scripts/on_to_remote
scripts/check_irlp
scripts/admin_php_scripts/
scripts/admin_php_scripts/.htaccess
tar: scripts/idold.sh: Cannot open: Permission denied
.pgp/
.pgp/stn8648sec.asc
.pgp/secring.pgp
.pgp/secring.bak
.pgp/stn8648.asc
.pgp/pubring.bak
tar: Error exit delayed from previous errors
The backup file is 443890 bytes in size.
Would you like to backup the file onto a floppy? (y/N) : n
IRLP Backup Complete

$ ls -l
total 440
-rw-rw-r– 1 repeater repeater 443890 Jun 30 21:35 irlp_backup.tgz

私は、FDに保存しないで、WinSCPを使って、クライアントWindowsXPマシンにDLして、
バックアップファイルを保存しました。