【标 题】:恢复文件
【关键字】:
【来 源】:http://www.cublog.cn/u/23776/showart.php?id=175029
恢复文件
匹配home apps etc 目录下的文件并备份到 /dev/rmt0 设备中
find etc home apps -depth -print | cpio -ivcdC65536 -o /dev/rmt0
at命令
用at 提交一个脚本
at time -f /bin/shel
呵呵
find / -name "file" -print | at now +1 minute
remove job command:
atrm [jobnumber]
【相关文章】
没有相关文章