Code refactoring: build rsync-command only once #6

Open
opened 2021-05-14 13:26:39 +00:00 by Prof.P · 0 comments
Collaborator

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).

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).
FotoCoder was assigned by Prof.P 2021-05-14 13:26:39 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FotoCoder/Backuppy#6
No description provided.