mirror of
https://github.com/graysky2/anything-sync-daemon.git
synced 2026-03-01 18:23:30 +01:00
commit930856459dMerge:6166712c9b66bfAuthor: Manorit Chawdhry <40723245+manorit2001@users.noreply.github.com> Date: Mon Sep 20 10:45:54 2021 +0100 Merge pull request #46 from ThibaultLemaire/bind-mounting Bind mounting commitc9b66bf280Merge:4ed40c46166712Author: Thibault Lemaire <thibault.lemaire@zoho.eu> Date: Wed Mar 7 10:13:23 2018 +0100 Merge remote-tracking branch 'graysky2/master' into bind-mounting commit4ed40c4e2dMerge:5b3471ef9d694fAuthor: Naughtylus <steampowerednaughtylus@outlook.com> Date: Sun Nov 27 18:03:11 2016 +0100 Merge remote-tracking branch 'old/handle-mountpoints' into bind-mounting Conflicts: common/anything-sync-daemon.in doc/asd.1 commitf9d694f39aAuthor: Naughtylus <steampowerednaughtylus@outlook.com> Date: Sun Sep 11 17:16:20 2016 +0200 Update doc according to new bind mounting technique commitccd2442768Author: Naughtylus <steampowerednaughtylus@outlook.com> Date: Sun Sep 11 17:15:35 2016 +0200 Optimized ungraceful_state_check() Moved a few lines and deleted unnecessary if commit4f6cc8bd49Author: Naughtylus <steampowerednaughtylus@outlook.com> Date: Sun Sep 11 14:05:17 2016 +0200 Reintroduced backups Fixing last commit feature break, ungraceful_state_check() and backups are now back and compatible with the bind mounts. commit43aa560bd5Author: Naughtylus <steampowerednaughtylus@outlook.com> Date: Sat Sep 10 15:58:37 2016 +0200 Switching from symlinking to bind mounting This changes a lot the behaviour of asd as no moving + symlinking is involved anymore. Instead a series of bind mounts ensures that the targets never disappear from the file tree. This commit breaks the functionality of the ungraceful_state_check() function, thereby disabling the backups feature. commit7f75a86d40Author: Naughtylus <steampowerednaughtylus@outlook.com> Date: Sat Sep 10 15:40:32 2016 +0200 Small styling changes Merge branch 'bind-mount' into bind