~~~紧急求助:源盘crash, rsync 删了备份的文件!!~~~# Unix - 噫吁兮,危乎高哉
t*o
1 楼
【 以下文字转载自 Linux 讨论区 】
发信人: tobehero (haha), 信区: Linux
标 题: ~~~紧急求助:源盘crash, rsync 删了备份的文件!!~~~
发信站: BBS 未名空间站 (Sat Jul 23 11:19:12 2011, 美东)
一直用
rsync -aurpq --delete data /backup/
备份数据,结果昨晚data源盘crash, i/o error, 以为备份还有,结果backup里面是空
的!难道rsync读不了data, 以为没东西,结果--delete这个switch就删了我所有的
backup!!!?????
现在重启, 显示 recovering journal data那个盘, 不知道能不能恢复, 因为现在
还一直在force check另外的盘。。。
如果上面的不正确,那正确的rsync命令应该是什么呀。。。
哭死
[update]
http://lists.debian.org/debian-user/2006/06/msg00594.html
看到有人说这种massive deletion 情况不应该发生,到底怎么回事啊
If the sending side detects any I/O errors, then the deletion of any
files at the destination will be automatically disabled. This is to
prevent temporary filesystem failures (such as NFS errors) on the
sending side causing a massive deletion of files on the destination. You
can override this with the --ignore-errors option
发信人: tobehero (haha), 信区: Linux
标 题: ~~~紧急求助:源盘crash, rsync 删了备份的文件!!~~~
发信站: BBS 未名空间站 (Sat Jul 23 11:19:12 2011, 美东)
一直用
rsync -aurpq --delete data /backup/
备份数据,结果昨晚data源盘crash, i/o error, 以为备份还有,结果backup里面是空
的!难道rsync读不了data, 以为没东西,结果--delete这个switch就删了我所有的
backup!!!?????
现在重启, 显示 recovering journal data那个盘, 不知道能不能恢复, 因为现在
还一直在force check另外的盘。。。
如果上面的不正确,那正确的rsync命令应该是什么呀。。。
哭死
[update]
http://lists.debian.org/debian-user/2006/06/msg00594.html
看到有人说这种massive deletion 情况不应该发生,到底怎么回事啊
If the sending side detects any I/O errors, then the deletion of any
files at the destination will be automatically disabled. This is to
prevent temporary filesystem failures (such as NFS errors) on the
sending side causing a massive deletion of files on the destination. You
can override this with the --ignore-errors option