https://github.com/runfalk/erised
Simple backup script using rsync
https://github.com/runfalk/erised
backup-script rsync
Last synced: 11 months ago
JSON representation
Simple backup script using rsync
- Host: GitHub
- URL: https://github.com/runfalk/erised
- Owner: runfalk
- License: other
- Created: 2017-05-30T14:22:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T15:34:54.000Z (about 9 years ago)
- Last Synced: 2025-07-10T19:26:36.996Z (11 months ago)
- Topics: backup-script, rsync
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Erised
======
Erised is a simple extensible backup script. It is written in Bash and only
requires ``bash``, ``date``, ``grep``, ``rsync`` and ``tempfile`` to be
available in the path.
Installation
------------
.. code-block:: bash
git clone git@github.com:runfalk/erised.git
cd erised/
sudo make install
Configuration
-------------
Edit ``ERISED_TARGET`` in ``/etc/erised/config`` to a proper rsyncable target.
This can be a directory on your system (that is not in ``/etc/erised/files``) or
a remote host. An SSH remote can be specified using
``user@host.com:directory/``.