Displaying 1 result from an estimated 1 matches for "ad5c5765".
2008 Aug 24
2
Copying a list of files
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