วิธี copy directory โดยมี exclude list

Post Reply
brid.surapol
Posts: 156
Joined: 11 Apr 2013, 11:43

วิธี copy directory โดยมี exclude list

Post by brid.surapol »

Code: Select all

rsync -avr --exclude='path1/to/exclude' --exclude='path2/to/exclude' source destination
Post Reply

Return to “การใช้งาน Linux”