summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-09-05 21:31:41 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-09-05 21:31:41 +0800
commitf9864ba7bc6466e20b6cd68ac5b47d99f2657465 (patch)
treeea961ae8d2b4d432d627f32ddbcd2bbf9a436b7d
parentadc57dd037c6f9d98a9110df2e28b3e4c933bbfb (diff)
fix: upd rsync cli wrong for sync novel
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index 7c28d48..d52c57d 100755
--- a/sh/upd
+++ b/sh/upd
@@ -216,7 +216,7 @@ misc () {
rsync -vPu "$HOME/programs/roff/myresume/resume_chinese.odt" \
"$HOME/programs/roff/myresume/resume_chinese.pdf" \
pp:programs/roff/myresume
- rsync -avPR --delete "$XDG_DOCUMENTS_DIR/books/novels" pp:documents/books/novels
+ rsync -avP --delete "$XDG_DOCUMENTS_DIR/books/novels" pp:documents/books
fi
if [ "$hostname" = xyzpp ]; then