Re: recursive copy with spaces in descendants

看板FB_questions作者時間14年前 (2011/11/06 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串9/15 (看更多)
I apologize for the lack of detail. The command I'm using is: ( cd /usr/local/etc/transmission/home/Downloads/ ; tar cf - . ) | ( cd /mnt/usb ; tar xf - ) I've also tried: cp -afv /usr/local/etc/transmission/home/Downloads /mnt/usb rsync -aq /usr/local/etc/transmission/home/Downloads /mnt/usb find . -print0 | xargs -0 -I "{}" cp "{}" /mnt/usb #when in source directory Filesystem on USB drive is FAT32, 32k blocksize, 16GB capacity, formatted on a Windows 7 box. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
文章代碼(AID): #1EjRbYBJ (FB_questions)
討論串 (同標題文章)
文章代碼(AID): #1EjRbYBJ (FB_questions)