F41 rsync --include-from=FILE usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have a number of directories that I want to rsync to my backup NAS.

I tried:

/usr/bin/rsync -ahR --password-file=/home/me/rsync.pswd --stats --include-from=/home/me/backup.lst rsync://me@homestor/me/backups/

where /home/me/backup.lst contained
/home/me/data/htt/./httnet/
/home/me/data/./excel
/home/me/data/./word

rsync seemed to ignore the --include-from=FILE option and treated the command to print the content of rsync://me@homestor/me/backups/

I ended up using:

/usr/bin/rsync -ahR --password-file=/home/me/rsync.pswd --stats /home/me/data/htt/./httnet/ /home/me/data/./excel /home/me/data/./word rsync://me@homestor/me/backups/

But I have 2 more directories to add, and the list is getting long...

So how does one use --include-from=FILE?  My searching is not getting any good guidance.

thanks

--
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux