This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:faq:how_to_migrate_astercc_system [2015/12/06 09:43] liuxl [Fourth:Copy(or Overwrite) the Config Files of System] |
en:faq:how_to_migrate_astercc_system [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 147: | Line 147: | ||
| <code> tar -xzvf XXXXX.tar.gz </code> | <code> tar -xzvf XXXXX.tar.gz </code> | ||
| - | 将三条记录都解压,会出现一个叫 etc 的文件夹,解压完后有四个文件夹,将其四个及其目录下的所有文件夹、文件复制到新的服务器“相应”位置, 即: | + | Decompress all archive,then copy(or mv) all files and directories under original location correspondingly, i.e.: |
| <code> | <code> | ||
| Line 156: | Line 156: | ||
| </code> | </code> | ||
| - | Note:When use "\cp" (not cp) to copy(or overwrite),there is no any overwrite information. -r:not only copy files,but also directories. -f:force | + | Note:When use "\cp" (not cp) command to copy(or overwrite),there is no any overwrite information. -r:not only copy files,but also directories. -f:force |
| {{:zh:常见问题及解答:备份文件1_1_6.png?850|}} | {{:zh:常见问题及解答:备份文件1_1_6.png?850|}} | ||