[Feature Request] Backups, backups, BACKUPS!
Pheggas opened this issue · 2 comments
Pheggas commented
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.
QingWei-Li commented
#49 Perhaps the automatic backup version is more useful.
sichkarmg commented
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