This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Important note: | |
| # If you don't synchronize but then edit the other file, | |
| # the newer modification time on the second file edited | |
| # will cause data to be overridden. | |
| # The solution would be to merge manually | |
| # (Database --> Merge from database). |