Wiki source code of FileSync
Last modified by Jan Brinkhaus on 2023/02/03 13:33
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = About FileSync = | ||
2 | |||
3 | (% class="wikigeneratedid" %) | ||
4 | File sync is a server-side backup software for files from embedded devices. It was from scratch developed to the needs of automatic backups of production data. | ||
5 | |||
6 | = [[image:attach:FileSyncSlide.jpg]] = | ||
7 | |||
8 | (% class="wikigeneratedid" %) | ||
9 | It is thought as bridgehead in firewall designs: you allow this one container (or a VM running it) accesses to your embedded devices, as well as your file backup servers. | ||
10 | |||
11 | (% class="wikigeneratedid" %) | ||
12 | FileSync afterwards just does its job, as long as the server runs. | ||
13 | |||
14 | The software is designed with the word "fail-safe" in mind. The machines carrying the embeddd devices may go offline during the operation as well as the target backups servers may not be reachable. | ||
15 | |||
16 | FileSync achieves this by caching data on the server side. Whenever FileSync can reach an embedded device, data is backed up from it. Whenever the backup servers can be reached, data is saved there. | ||
17 | |||
18 | Only files that have not been modified for at least 60sec are backed up. The time span can be set in the configuration of the copy source. Files whose size or file time has changed in the backup source are copied again. | ||
19 | |||
20 | |||
21 | (% class="code" style="white-space: pre;" %) | ||
22 | ((( | ||
23 | |||
24 | ))) |