Displaying 2 results from an estimated 2 matches for "axvr".
Did you mean:
avr
2020 Aug 03
2
feature request: exclude from path
So I've gotten excluding paths to work as a standalone command. When I
paste this into a script however, it ignores the exclusions. Any advice?
rsync -aXvr --times --links
--exclude={'*.vdi','*.vmdk','*.ova','*.qcow2','.config/discord/'}
/home/path/ user at nas:/NAS/HOME/destination/
Are there supposed to be some kind of brackets around this?
Regards,
Matt Stevens
On 8/2/20 10:19 AM, Andy Smith via rsync w...
2020 Aug 02
2
feature request: exclude from path
Greetings. I've been using rsync for quite a long time. I have a homedir
I like to backup to a NAS. I find myself having to manually specifying
paths rather than letting rsync copy the entire home directory.
I lack development skills. Would there be a way for rsync to be passed
an option to exclude a specific path during a sync operaton? All of my
attempts to use exclude have failed, as