Update source hostname and path
This commit is contained in:
parent
ffef2a8f6f
commit
fab9c6bb44
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ pkgs.writeShellApplication {
|
||||||
|
|
||||||
mkdir -p "''${backup_path}"
|
mkdir -p "''${backup_path}"
|
||||||
|
|
||||||
${lib.getExe pkgs.rsync} -avzP ssh.oliverdavies.uk:/var/www/vhosts/ "''${backup_path}" --delete-after
|
${lib.getExe pkgs.rsync} -avzP nixedo:/var/www/ "''${backup_path}" --delete-after
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue