A linux script that make a backup of the folder with a different filename each time
A simple script to backup the entire directory and subfolders execpt files and path that contain “data” in the string. Each backup have a unique filenames with the date in it. #!/bin/bash # Loris Palmerini 2009 – copyright http://www.mozilla.org/MPL/MPL-1.1.html # a simple script to backup the entire didirectory and subfolder # execpt the filename and […]