rsync --files-from or --include-from

Posted by Edward on Server Fault See other posts from Server Fault or by Edward
Published on 2010-06-11T13:13:05Z Indexed on 2010/06/11 13:23 UTC
Read the original article Hit count: 267

Filed under:

I try command

rsync -v --include-from=/path/to/list.lst /home/user /path/to/backup

list.lst contains for example

.gnupg/

.pki/

.gnome2/keyrings/

.mozilla/firefox/*.default/bookmarkbackups/

.mozilla/firefox/*.default/bookmarks.html

.mozilla/firefox/.default/.db

.mozilla/firefox/.default/.sqlite

and i get error on all strings with * "failed: No such file or directory"

When i use --files-from for this, i get error too. Can anybody help me use wildcards for this?

© Server Fault or respective owner

Related posts about rsync