rsync -ah –progress source-file destination-file
sending incremental file list
source-file
621.22M 57% 283.86MB/s 0:00:01
显示进度时,这将保留文件的权限/所有权。
知道越多,语言越少。明白一点真理就看到太多虚妄。
rsync -ah –progress source-file destination-file
sending incremental file list
source-file
621.22M 57% 283.86MB/s 0:00:01
显示进度时,这将保留文件的权限/所有权。
from https://blog.csdn.net/ID_Rin/article/details/105341206
win+R运行netplwiz
先打开VMware的SSH,检查一下对应的vmdk文件:
vmkfstools -x check /path/to/your/machine.vmdk(修改成自己的路径及文件名)
如果提示“Disk needs repair.”
运行修复命令:
vmkfstools -x repair /path/to/your/machine.vmdk(修改成自己的路径及文件名)
修复速度很快,完成后后提示“Disk was successfully repaired.”
这时就可以启动虚拟机了
备忘,
范例
1
2 3 4 5 6 7 |
:global ipaddr [/ip address get [/ip address find interface=pppoe4plex] address]
:set ipaddr [:pick $ipaddr 0 ([len $ipaddr] –3)] :global oldip [/ip firewall nat get [/ip firewall nat find comment=“plexdstnat”] dst-address] :if ($ipaddr != $oldip) do={ :log info [/ip firewall nat set [/ip firewall nat find comment=“plexdstnat”] dst-address=$ipaddr] :log info [/ip firewall nat set [/ip firewall nat find comment=“plexsrcnat”] to-addresses=$ipaddr] } |
also here
备忘
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
################# CloudFlare variables #################
:local CFDebug "true" :global WANInterface "pppoe4plex" :local CFdomain "*****.lingbo.me" :local CFrecordType "A" :local CFzoneid "a926a****************accb8" ######################################################################### ################# Internal variables ################# ################# Resolve and set IP-variables ################# ################# Build CF API Url (v4) ################# ######## Write debug info to log ################# ######## Compare and update CF if necessary ##### |
1
|
find /mnt/vol1/ptdataset/ptuser/download/ -name ‘*.mp4’ -print0 | xargs -0 -I% cp -nrsv % /mnt/vol1/lnk/
|
拷贝整个目录并创建硬链接
1
|
cp -al <origdir> <newdir>
|
need to manually run
1
|
iocage pkg JAILNAME update
|
1
|
iocage pkg JAILNAME upgrade
|