diff options
author | EuAndreh <eu@euandre.org> | 2020-12-05 10:38:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-05 10:38:08 -0300 |
commit | 906c7ab1ba968d58cf5aca82b8ae16c53033a0d5 (patch) | |
tree | 2ae345639887a55b22c3cae736020e3fddcdb1bb | |
parent | guix-reconfigure.sh: Sync remotely to sync/ (diff) | |
download | server-906c7ab1ba968d58cf5aca82b8ae16c53033a0d5.tar.gz server-906c7ab1ba968d58cf5aca82b8ae16c53033a0d5.tar.xz |
guix-reconfigure.sh: Delete from remote ~/sync/
-rwxr-xr-x | guix-reconfigure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-reconfigure.sh b/guix-reconfigure.sh index 201b878..e566573 100755 --- a/guix-reconfigure.sh +++ b/guix-reconfigure.sh @@ -3,6 +3,6 @@ set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" set -x -rsync -avzzP sync/ "$TLD:~/sync/" +rsync -avzzP sync/ "$TLD:~/sync/" --delete # ssh "$TLD" guix pull ssh "$TLD" sudo guix system reconfigure sync/vps.scm |