Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 898 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 898 Bytes

Welcome to Bashrc 👋

This is my bachrc and aliases

Usage

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>

Author

👤 Kashyap Nasit

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator