Capture rsync config file

Change-Id: I8c85439467de734a472d77a9788e6cf3f9a32690
This commit is contained in:
Takashi Kajinami 2024-02-01 18:11:07 +09:00
parent 6cc6f37a64
commit 449db409c2

View File

@ -317,6 +317,11 @@ if [ `command -v ceph` ]; then
sudo ceph-volume lvm list ceph_vg/lv_data > $LOG_DIR/ceph-cmd/ceph-volume-lvm-list.txt
fi
# rsync
if [ -f /etc/rsyncd.conf ]; then
sudo cp /etc/rsyncd.conf $LOG_DIR/etc/rsyncd.conf
fi
# package status and repository list
if [ `command -v dpkg` ]; then
dpkg -l> $LOG_DIR/dpkg-l.txt