From 6ab2465cfb2c6e1518577ee50c72dc018ce9b466 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Mon, 7 Jan 2019 22:12:34 +0100 Subject: [PATCH] fixed readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d901bf..267a1c4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ After that you can copy all files to the right directories with the Makefile in ```bash $ sudo make install -```` +``` ### 2. Initialize your Backup @@ -51,7 +51,7 @@ Now see if the backup itself works, by running ```bash $ /usr/local/sbin/restic_backup.sh $ restic snapshots -```` +``` ### 4. Backup automatically; systemd service + timer Now we can do the modern version of a cron-job, a systemd service + timer, to run the backup every week! @@ -60,7 +60,7 @@ Now simply enable the timer with: ```bash $ systemctl start restic-backup.timer $ systemctl enable restic-backup.timer -```` +``` You can see when your next backup is scheduled to run with ```bash @@ -83,7 +83,7 @@ You can follow the backup stdout output live as backup is running with: ```bash $ journalctl -f -u restic-backup.service -```` +``` (skip `-f` to see all backups that has run)