Skip to content

Sync your vaults automatically & securely with most of clouds 🌥 by taking advantage of 'RCLONE' & 'syncrclone'

Notifications You must be signed in to change notification settings

starfreck/obsidian-ios-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

obsidian ios sync

Note

TODO

  • Add sync.sh in to OpenRC init system to run on start-up. Read more.
  • Fix the iSH app freeze issue after sometime ( it works but still sometimes freezes. I think it depends on the processor of your device. I only have an iPad. Please test and let me know your results)

Setup

  1. Install iSH on your ios device

  2. Run this in iSH

apk update

apk upgrade

apk add git

git clone https://github.com/starfreck/obsidian-ios-sync.git

mv obsidian-ios-sync/* .

rm -rf obsidian-ios-sync

chmod 777 -R .

./install.sh
  1. Once you are done setting up 'rclone', We will update paths in config.py

  2. python3 update_config.py "pathA" "pathB"

# Create a folder name 'Obsidian' in root of your Cloud Storage
# Replcae 'gdive' in below command with your given name i.e. 'mega' etc.
# Do not change '/root/Obsidian' because we have already mounted the right folder on that path via Script

python3 update_config.py "gdrive:Obsidian" "/root/Obsidian"

# if you mess up then just use "syncrclone --new config.py" to create new config.py
  1. Run ./sync.sh and it will sync your Obsidian automatically. :)

Referance

About

Sync your vaults automatically & securely with most of clouds 🌥 by taking advantage of 'RCLONE' & 'syncrclone'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages