This is my bachrc and aliases
git clone https://github.com/KashyapNasit/Bashrc.git;
cd Bashrc;
cp -i .bashrc ~/;
mkdir -p ~/scripts;
cp -i aliases ~/scripts/;
source ~/.bashrc;
To enable periodic backup you can set up a cron job in crontab. Learn more about cron tab here and here
I set it up to bachup every week.
rontab -e
0 0 * * 0 <location to backup.sh file>
👤 Kashyap Nasit
- Github: @KashyapNasit
- LinkedIn: @KashyapNasit
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator