Um script Linux que faz um backup da pasta com um nome de arquivo diferente a cada vez
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 […]