diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 19:31:13 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 19:31:13 +0000 |
commit | a63d98e0801747aea4cc22b2233eec8470819599 (patch) | |
tree | 54860c00b9ab377bbd7278afcd7b5b589e7f2a1a | |
parent | 01ad648f0d5618334c33d35c9fbfcfbdd42810e3 (diff) |
added the rsync command
-rw-r--r-- | rsync_command | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rsync_command b/rsync_command new file mode 100644 index 0000000..63cef3f --- /dev/null +++ b/rsync_command @@ -0,0 +1 @@ +rsync -avzh . --exclude '.git/' --delete jo@jo.wark.yulqen.org:/var/www/html/ |