- gen hash file for master
- copy scripts to master
- 'bash syncDir.sh genHashOfMaster'
- move slave files to correct path
- copy scripts to slave
- copy masterHash.txt to slave directory
- 'bash syncDir.sh genHashOfSlave'
- 'bash syncDir.sh moveByMasterHash'
- 'bash syncDir.sh genHashOfSlave'
- 'comm -23 masterHash.txt slaveHash.txt > masterPrivateHash.txt' or 'bash syncDir.sh genPrivateHashOfMaster'
- backup private files of master
- copy masterPrivateHash.txt to master directory
- 'bash syncDir.sh backupPrivateFilesOfMater'
- restore private files of master to slave
- copy backup directory to slave
- 'bash syncDir.sh restorePrivateFilesOfMasterToSlave'
- cleanup
- cd master directory
- 'bash syncDir.sh cleanup'
- cd slave directory
- 'bash syncDir.sh cleanup'
- swap the master and slave, redo things above
SyncDir
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||