From 04549bb95899eea2892a94f6c8a0a3e7fa52ba6d Mon Sep 17 00:00:00 2001 From: Peter Kannewitz Date: Thu, 30 Mar 2023 11:19:38 +0200 Subject: [PATCH] readded mount info and added username info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c8ef0ce..ca63acc 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ For this 'pull method' to work I needed to add the following line to the servers # Allow /usr/lib/openssh/sftp-server for sshfs mounts as root %sudo ALL=(ALL) NOPASSWD: /usr/lib/openssh/sftp-server ``` +*Note:* + +Please substitute your ag-link-server-username for "username"@ag-link.xyz in `ag-backup.yaml`. Also note that server filesystem will be mounted at `/tmp/mnt/ag-link-backup` on your local machine. ## Dependencies