User Tools

Site Tools


daily_full_week_backup_and_rotation

This is an old revision of the document!


Daily Full week backup

NOTE : This is stupid script but do good job

| bkup.sh
#!/bin/bash
cd /home
rm -f /home/ketan.$(date "+%a").tar
tar -C /home/ketan -pcf /home/ketan.$(date "+%a").tar .
chmod 600 /home/ketan.$(date "+%a").tar
chown ketan:ketan /home/ketan.$(date "+%a").tar
daily_full_week_backup_and_rotation.1245286195.txt.gz ยท Last modified: 2020/08/10 02:29 (external edit)