วิธี copy directory โดยมี exclude list
Posted: 17 Feb 2021, 18:08
Code: Select all
rsync -avr --exclude='path1/to/exclude' --exclude='path2/to/exclude' source destination
บอร์ดความรู้เกี่ยวกับระบบ ERP / PlanetOne ERP / ระบบบัญชี และการใช้งาน Linux และ OpenOffice จาก BRID Systems
https://planetone.online/forum/
Code: Select all
rsync -avr --exclude='path1/to/exclude' --exclude='path2/to/exclude' source destination