How to create tar for files older than 7 days using linux shell scripting

后端 未结 2 450
春和景丽
春和景丽 2020-12-15 11:20

I\'m writing shell script to backup files older than 7 days. Here is my code. But i\'m not getting expected result. Can anyone correct me?

#!/bin/bash
# Back         


        
2条回答
提交回复
热议问题