Code refactoring: build rsync-command only once #6
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		Delete branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the CLI-installer and the GUI-installer build the rsync-command by their own. This is redundant. Better to build it only in the CLI version. The GUI version just has to pass the exclude-setting, sourcedir and targetdir; with this information the rsync-command can be build on the calling CLI script (install.py).