search for: rsynchost

Displaying 1 result from an estimated 1 matches for "rsynchost".

2005 Jan 18
1
Rsync Minimalist: --include only does "add_exclude"
Why does this not include? I have tried many variations including adding an exclude command. Includes.txt: + //aBackup/* + //apic/* - /* rsync --verbose --progress --stats -vv --recursive -e "ssh -p 2423" --include-from=includes.txt rsynchost: add_exclude(+ //aBackup/*.*) add_exclude(+ //apic/*) add_exclude(- /*) user@rsynchost's password: receiving file list ... add_exclude(+ //aBackup/*.*,exclude) add_exclude(+ //apic/*,exclude) add_exclude(/*,exclude) server_sender starting pid=9646 make_file(1,.) expand file_list to 4000 bytes,...