notea icon indicating copy to clipboard operation
notea copied to clipboard

[Feature Request] Backups, backups, BACKUPS!

Open Pheggas opened this issue 2 years ago • 2 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.

Pheggas avatar Sep 29 '21 13:09 Pheggas

#49 Perhaps the automatic backup version is more useful.

QingWei-Li avatar Oct 07 '21 01:10 QingWei-Li

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

sichkarmg avatar Oct 27 '21 19:10 sichkarmg