Go to file
Manorit Chawdhry 19204c7fd2
Update to v6.0.0
This version includes the following changes
-  Uses bind mounts instead of symlinks
-  Flock is used to handle the multiple syncs happening together
-  Backups are compressed using zstd
-  The backup process is optimized and uses link-dest flag to decrease the size of backups
2022-03-26 22:34:42 +05:30
.github/workflows shellcheck ci (#66) 2021-09-18 15:48:02 +05:30
common Implement bind mounting (#73) 2022-03-26 21:32:57 +05:30
doc update documentation 2022-03-26 21:56:09 +05:30
init Bug fixes and robustness 2022-03-26 21:32:56 +05:30
INSTALL replace calls to ls with find to define arrays 2016-10-01 10:53:25 -04:00
LICENSE fixup docs: closes #76 2022-01-21 05:00:08 -05:00
Makefile update version code 2022-03-26 22:28:28 +05:30
README.md fixup! remove 7 year old warning 2022-03-26 19:33:54 +05:30

README.md

Anything-sync-daemon

Anything-sync-daemon (asd) is a tiny pseudo-daemon designed to manage user defined dirs in tmpfs and to periodically sync back to the physical disc (HDD/SSD). This is accomplished via a symlinking step and an innovative use of rsync to maintain back-up and synchronization between the two. One of the major design goals of asd is a completely transparent user experience.

Documentation

Consult the man page or the wiki page: https://wiki.archlinux.org/index.php/Anything-sync-daemon

Installation from Source

To build from source, see the included INSTALL text document.

Installation from Distro Packages

  • logoArch: in the AUR.