notea-org / notea

📒 Self hosted note taking app stored on S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Backups, backups, BACKUPS!

Pheggas opened this issue · comments

Hello. I'd like to set up automatic backups as they're really important for me. It would be nice to see backup schedule planner. I could specify to which folder i want to back up this, let's say, .zip file containing backup. The location will ideally be remoted so backup saving into mount folder will be the most used one imho.

#49 Perhaps the automatic backup version is more useful.

Im use git fo bacup
in cron
echo $(date) " Start ---------------------- "; cd /opt; git status; echo " --- add"; git add .; git add -u; COMdat=$(date +"%m-%d-%Y %H:%M.%S"); echo " --- commit"; git commit -m "Autocom $COMdat"; echo " --- push"; git push;

in opt volume minio