rustic_scheduler 0.2.1

rustic scheduler - a client/server application to schedule regular backups on many clients to one identical repository controlled by a central scheduling server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
### DEFAULT ###

# Install dependencies for the default feature on x86_64-unknown-linux-musl
install-default-x86_64-unknown-linux-musl:
    sudo apt-get update
    sudo apt-get install -y musl-tools

# Install dependencies for the default feature on aarch64-unknown-linux-musl
install-default-aarch64-unknown-linux-musl:
    sudo apt-get update
    sudo apt-get install -y musl-tools

# Install dependencies for the default feature on i686-unknown-linux-gnu
install-default-i686-unknown-linux-gnu:
    sudo apt-get update
    sudo apt-get install -y gcc-multilib-i686-linux-gnu gcc-i686-linux-gnu