Skip to content

garageScript/noteapp

 
 

Repository files navigation

Backup notes

To backup your notes, do the following steps:

  1. pwd To find the path of your existing installation.
  • example output: /home/user55/noteapp
  1. Open crontab: crontab -e
  2. Add the following command (New Line). Replace /home/user55/noteapp with your own installation path
  • * * * * * cd /home/user55/noteapp && ./scripts/backup.sh >> ./logs/backup.log

About

noteapp for taking notes in markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.8%
  • CSS 13.0%
  • HTML 8.5%
  • Shell 2.7%