Name | Modified | Size | Downloads / Week |
---|---|---|---|
AUTHORS | 2013-03-20 | 69 Bytes | |
COPYING | 2013-03-20 | 7.7 kB | |
README | 2013-03-20 | 869 Bytes | |
backUpArch.tar.gz | 2013-03-20 | 4.5 kB | |
Totals: 4 Items | 13.1 kB | 0 |
======================================= = Archlinux save configuration Script = ======================================= ## Descritpion ## backUpArch is a shell script, it writes for bash and makes back up of some files and folders for restore your system most quickly. ## Requierements ## * System : Archlinux * shell : Bash (not test with others) * Package : sudo (for root rights) ## Use ## Before using the script, you must change the files and the folders you want to backup in your home in the corresponding array of saveHome function (some have already entered). example: # files array fileToBackUp=('nameFile1' 'nameFile2' 'etc..') folderToBackUp=('nameFolder1' 'nameFolder2' 'etc..') After saving changes,open a terminal and enter this command : $ sudo ./backUpArch `whoami` ## Informations Back ups are made in /home/"user"/Save folder