Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 381 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 381 Bytes

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