Capture rsync config file
Change-Id: I8c85439467de734a472d77a9788e6cf3f9a32690
This commit is contained in:
parent
6cc6f37a64
commit
449db409c2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user