commit 930856459d
Merge: 6166712c9b66bf
Author: 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
commit c9b66bf280
Merge: 4ed40c46166712
Author: Thibault Lemaire <thibault.lemaire@zoho.eu>
Date: Wed Mar 7 10:13:23 2018 +0100
Merge remote-tracking branch 'graysky2/master' into bind-mounting
commit 4ed40c4e2d
Merge: 5b3471ef9d694f
Author: 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
commit f9d694f39a
Author: Naughtylus <steampowerednaughtylus@outlook.com>
Date: Sun Sep 11 17:16:20 2016 +0200
Update doc according to new bind mounting technique
commit ccd2442768
Author: 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
commit 4f6cc8bd49
Author: 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.
commit 43aa560bd5
Author: 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.
commit 7f75a86d40
Author: Naughtylus <steampowerednaughtylus@outlook.com>
Date: Sat Sep 10 15:40:32 2016 +0200
Small styling changes
Merge branch 'bind-mount' into bind
asd.conf is needed by the main script in order to run, so it
would be better to install them togheter, improving installation
for users who are not using systemd nor upstart.
Update bail filter to allow using Zram devices, which are not tmpfs. Also, better filtering of tmpfs, to be sure the grep does not match for path like /path/to/fake/tmpfs mounted.
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.