sjuxax / anything-sync-daemon

Symlinks and syncs user specified dirs to RAM thus reducing HDD/SDD calls and speeding-up the system.

Home Page:https://wiki.archlinux.org/index.php/Anything-sync-daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
  • logoChakra: in the CCR.

WARNING

Users of versions older than v5.69 MUST stop asd before upgrading. Data loss can occur if you ignore this warning.

Arch Linux users do not need to worry about if asd is installed from the official PKGBUILD in the AUR. This contains a pre_upgrade scriptlet that will stop asd for you.

I cannot do this for Ubuntu users building this manually.

You have been warned.

About

Symlinks and syncs user specified dirs to RAM thus reducing HDD/SDD calls and speeding-up the system.

https://wiki.archlinux.org/index.php/Anything-sync-daemon


Languages

Language:Shell 84.3%Language:Makefile 15.7%