Posts Tagged ‘tar’

[建站日志] linux 差异备份 增量备份

2011.3 23

今晚想起来要备份自己的网站时想到了差异备份和增量备份。 以前只是把数据库导出然后再发送到自己的邮箱里。这倒是省了很多事。只不过网站就有点大了50多M 了呢。所以备份到邮箱有点吃力。 在搜索引擎(以前念引xing,知 Read the rest of this entry

[Linux] tar 删除单个文件

2010.9 2

不用解包,删除tar包中单个文件 tar –delete -f xxx.tar file 其中file如果在某个目录下,写全路径。例子如下: eeb2042dd1ed781aaf7c3dcad52826ec002 Read the rest of this entry