mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
rename sync_note -> sync_notes
This commit is contained in:
parent
7cd0b2d659
commit
aeea883016
2 changed files with 2 additions and 2 deletions
6
.config/fish/functions/sync_notes.fish
Normal file
6
.config/fish/functions/sync_notes.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
function sync_notes
|
||||
echo ===== (date) =====
|
||||
/opt/homebrew/bin/rsync -r -v --chown=caddy:caddy --chmod=u=rX,g=rX,o=rX --exclude ".DS_Store" --update --times --compress --delay-updates \
|
||||
/Users/leana/Documents/Rennes\ 1/L2/Prise\ de\ notes/ \
|
||||
earth2077.fr:/srv/http/notes/
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue