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

Add support for snapshots using pre/post scripts; replace --numeric-owner with --numeric-ids #150

Merged
merged 3 commits into from Apr 7, 2022

Commits on Apr 7, 2022

  1. Move configuration file to script template

    Since the backup script is a template anyway it is unecessary to split
    move some configuration to additional files.
    hashworks authored and bastelfreak committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f3858c1 View commit details
    Browse the repository at this point in the history
  2. Add small updates from upstream

    `--numeric-owner` is deprecated and replaced by `--numeric-ids`.
    
    See https://git.server-speed.net/users/flo/bin/tree/backup.sh
    hashworks authored and bastelfreak committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    2b93470 View commit details
    Browse the repository at this point in the history
  3. Add support for snapshots using pre/post scripts

    Snapshots should be created using `pre_backup_script` and cleaned up
    with `post_backup_script`. The `source_paths` should be adjusted to
    match the snapshot mount point.
    hashworks authored and bastelfreak committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    51ed9db View commit details
    Browse the repository at this point in the history