Skip to content

Commit d957eec

Browse files
committed
file sync bash script
1 parent f0a2e9e commit d957eec

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ _includes/notes_graph.json
1313

1414
# Obsidian config
1515
.obsidian/
16+
17+
# machine specific shell script
18+
file_sync.sh

file_sync_template.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
SRC='/home/wesley/Dropbox/Zettelkasten/digital-garden/'
3+
DEST='/home/wesley/1_Projects/digital-garden/_notes'
4+
5+
rsync -a $SRC $DEST

0 commit comments

Comments
 (0)