Skip to content

Instantly share code, notes, and snippets.

@Vicfred
Last active October 30, 2025 01:42
Show Gist options
  • Select an option

  • Save Vicfred/788725704b61e713b76c5d8b943dbe04 to your computer and use it in GitHub Desktop.

Select an option

Save Vicfred/788725704b61e713b76c5d8b943dbe04 to your computer and use it in GitHub Desktop.
rsync_flatnotes
rsync -avzh --progress --prune-empty-dirs --delete \
  --include "*/" --include="*.md" --include="*.jpg" --include="*.png" --exclude="*" \
  -e 'ssh -p 2222' vicfred@cyberia.moe:flatnotes/data/ ~/src/noto/notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment