Hello. I'm trying to achieve the following.
Copy system configuration files to a directory on my (/home/user/configuration) home drive.
I've made a text file with the files I want to copy, one file on each row. The command: rsync -tv --files-from="my list of files" /home/user/configuration/ does not work and I'm not getting any wiser from reading the man page. Will someone help me get this right? Thank you :-) /Les -- 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