|
|
|
|
|
by bombela
376 days ago
|
|
> Be aware that even with these recommendations, syncing in this way has some risk since it bypasses Git’s normal integrity checking for repositories, so having backups is advised. You may also wish to do a git fsck to verify the integrity of your data on the destination system after syncing. https://git-scm.com/docs/gitfaq#_transfers It doesn't tell you how to make a backup safely though. On a personal scale, Syncthing and Btrfs snapshots work plenty good enough. It's as fast as the storage/network too. |
|