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 an error too. Can anybody help me use wildcards for this?