On Sun, Aug 24, 2008 at 05:54:12PM +0200, Leslie Jensen wrote: > rsync -tv --files-from="my list of files" /home/user/configuration/
You're missing a path in that command, presumably the source path. All names in a files-from file are relative to the source path, but you can use "/" if you want the names to be effectively absolute. rsync -tv --files-from="my list" / /home/user/configuration/ ..wayne.. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html