Opened 8 years ago
#355 new new-feature
is there a way to do filesynch over ssh?
Reported by: | Fred T. Hamster | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-octopus | Version: | |
Keywords: | Cc: |
Description
way to do filesynch over ssh
isn't scp just an extension of ssh somehow,
like the command runs on both sides to some degree?
rsync also?
so, we can do that with the filesynch app.
but we need it spiced up to be able to come up with the list of diffs, and show
them optionally, and then to make the two hierarchies identical in some approach.
approach 1: side 1 becomes exactly like side 2.
appr 2: side 2 exactly like side 1.
appr 3...: merge approaches; show diffs from side 1 and 2, files
missing and added, and allow interactive merge definition.
appr 4: make sure all files are on both sides.