diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-09-05 21:31:41 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-09-05 21:31:41 +0800 |
commit | f9864ba7bc6466e20b6cd68ac5b47d99f2657465 (patch) | |
tree | ea961ae8d2b4d432d627f32ddbcd2bbf9a436b7d /sh | |
parent | adc57dd037c6f9d98a9110df2e28b3e4c933bbfb (diff) |
fix: upd rsync cli wrong for sync novel
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |