[fish] add push and pull books functions

This commit is contained in:
2024-01-13 13:48:25 -05:00
parent eba97678c2
commit 32711c0d0f
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function pullbooks
rsync --delete -rvzhP root@atlas.local:/tank/books/ ~/.calibre/
end

View File

@ -0,0 +1,3 @@
function pushbooks
rsync --delete -rvzhP ~/.calibre/ root@atlas.local:/tank/books
end