Guys, I have created advanced version of backup script which includes logging, error handling, email notifications and backup rotation. You can watch it here : th-cam.com/video/oAYEWFNqqWw/w-d-xo.html&ab_channel=BugX
Use something like pika backup or timeshift. it is easy to use, transfer, copy to other drive (on one device is not backup). plus, updated software by community is less likely to have bugs, and easier to use.
No, I don’t. This is just simple backup script to show how things work under the hood. So it is just one of many methods. However, when doing backups it is also important to have some retention logic i.e deleting older backups to save the space
Could you pls elaborate a bit? I didn't fully catch what you want to do? How website is hacked? If website was running in a webserver in a VM and if VM itself is not affected then you can log in VM and see your backups
Guys, I have created advanced version of backup script which includes logging, error handling, email notifications and backup rotation. You can watch it here : th-cam.com/video/oAYEWFNqqWw/w-d-xo.html&ab_channel=BugX
Use something like pika backup or timeshift. it is easy to use, transfer, copy to other drive (on one device is not backup). plus, updated software by community is less likely to have bugs, and easier to use.
Thanks for sharing 👍
Your vedio ia very helpful 😊
Nice to hear that 🙂
Thanks a lot, very comprehensive
If you want to put the backup results in the folder we want, how do you do it?
You just need to assign absolute path of that directory to BACKUP_DST variable in the script
Do you backup the home directory using this method? How big are your tar.gz files?
No, I don’t. This is just simple backup script to show how things work under the hood. So it is just one of many methods. However, when doing backups it is also important to have some retention logic i.e deleting older backups to save the space
great tutorial indeed 👍🏼
Great tutorial. But in case of a hacked website, is there a script to install the backup that was made?
Could you pls elaborate a bit? I didn't fully catch what you want to do? How website is hacked? If website was running in a webserver in a VM and if VM itself is not affected then you can log in VM and see your backups
@@bugx i want to upload the backup into website. Manually this is done via unzip...etc...how can we put this in a script?
Really good Tutorial , thx m8.
Why my backup file not automate:
Did you use Contrab -e to automize it at a certain timer ?