我需要您的帮助来克隆 28TB xfs 文件系统,我使用了以下脚本:
/backuptacs.sh >> /backuptacs.log
脚本如下:
#!/bin/ksh
echo "++++++++++++++++ Start Date is `date`+++++++++++++ "
cd /tacs1/conq/hhl_imgs
find . -depth -print | cpio -pdmv /tacs2/conq/hhl_imgs
echo "++++++++++++++++ Completion Date is `date`+++++++++"
echo "========================================================"
当我运行上述脚本时,有 31 GB 的可用内存,我注意到内存使用量过多。两小时后,可用内存降至 23 GB。从顶部我可以看到使用了 8 GB,并且还在不断增加。