Browse Source

[fish] add push and pull books functions

Colin Powell 1 year ago
parent
commit
32711c0d0f

+ 3 - 0
fish/.config/fish/functions/pullbooks.fish

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

+ 3 - 0
fish/.config/fish/functions/pushbooks.fish

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