summaryrefslogtreecommitdiffstats
path: root/rules/rsync.in
blob: 1656b18371cddc779123fa34d7f2610d7a5c177a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
menu	"rsync               "

config RSYNC   
	bool
	prompt "rsync"
	help
	  rsync  is  a program that behaves in much the same way 
	  that rcp does, but has many more options and uses the 
	  rsync remote-update protocol to greatly speed up file 
	  transfers when the destination file is being updated.

endmenu