Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #40 scheduled backups broken #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 4, 2021

  1. Bugfix: allow backing up of read-only mount /data

    This commit allows the user to backup mounts at /data which are mounted
    as read-only. There is a slight break to previous behaviour which may
    affect some users: symlinks inside /data which point to absolute paths
    *used* to be followed, and their contents included in the backup. This
    is no longer the case.
    Murdock Grewar committed Dec 4, 2021
    Copy the full SHA
    71797bd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Copy the full SHA
    d47bde9 View commit details
    Browse the repository at this point in the history
  2. Critical bugfix: backups were not updating after an 'immediate' optio…

    …n startup backup.
    Murdock Grewar committed Dec 12, 2021
    Copy the full SHA
    a2473a3 View commit details
    Browse the repository at this point in the history