[問題] 請教rsync如何只備份某目錄下「檔案」,不備份子目錄嗎?

作者: dkview (肉肉的豬腳)   2014-04-29 01:23:11
請教rsync如何只備份某目錄下「檔案」,不備份子目錄嗎?
ex:
/path1/ABC/file1
/path1/ABC/file2
/path1/ABC/file3
/path1/ABC/.hide_file_name4
/path1/ABC/folder5
/path1/ABC/folder6
想 rsync copy 完整備份 file1/2/3/.hide_file_name4 到同一個檔案系統中的
/path2/CDE/file1
/path2/CDE/file2
/path2/CDE/file3
/path2/CDE/.hide_file_name4
但是不備份 folder5/6
請問指令要怎麼下呢?或是有除了 rsync 外,可以在 background 跑的方法?
cp -p * 好像可以不 copy folder , 可是會一直要等輸入 yes 確認不要 copy folder...XD
作者: sppmg (sppmg)   2014-04-29 01:38:00
find -type f <--- 方法之一,應該有更好的上面錯... 還要配合 depth
作者: jokester (蠻王科科)   2014-04-29 09:55:00
rsync ABC/* ABC/.* 這樣可以嗎 不加-r不會復制目錄

Links booklink

Contact Us: admin [ a t ] ucptt.com