為了能自動清除檔案伺服器上的回收桶,也可以用於刪除過老的備份,Linux上有find指令,並且可以配合許多的參數
這篇不是什麼分享,是我自己的備忘啊
我自己的用法如下
find /回收桶 -type d -mmin +960 -exec rm -fR {} \;
找尋回收桶目錄的資料匣,最後修改日期超過8小時,並且刪除 Read more
心靈力量決定發展的方向
為了能自動清除檔案伺服器上的回收桶,也可以用於刪除過老的備份,Linux上有find指令,並且可以配合許多的參數
這篇不是什麼分享,是我自己的備忘啊
我自己的用法如下
find /回收桶 -type d -mmin +960 -exec rm -fR {} \;
找尋回收桶目錄的資料匣,最後修改日期超過8小時,並且刪除 Read more
Proxmox VE base on OpenVZ, and it is an easy platform to virtualize system. I try to install Proxmox VE 5.2 before, and this time I want to install the latest version Proxmox VE 5.3-6.I use VMware Workstation Pro 14 on Windows 10 to simulation Proxmox VE instaillation process.
In default, 10G memory, 8 Processors, 128G Hard Disk, a bridge network interface. Read more