Could someone help me with a bash script in linux to make backups. would have to do a full backup every week and every day an incremental.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Feel free to use or borrow ideas from Backup.rsync here.
I actually used to do rsync backups via Backup.rsync, but I’ve since switched to my backshift program because it deduplicates better (no more O(length^2) storage requirement for large, slow-growing files), and compresses the chunks with xz. If you look it over, you’ll likely see that it’s inspired by rsync –link-dest.