This commit is contained in:
2023-02-17 11:45:58 +03:00
parent e00a044a1c
commit 2ec56495b5
+2 -1
View File
@@ -21,5 +21,6 @@ source $HOME/.bash_profile
Cкрипт копи космоса, необходима переменная HOME_DIR в файле .bash_profile
Можно скачать
```bash
wget -q -O nfs_backup.sh http://astrader.net:3006/sem/Utils/raw/branch/main/nfsBackup/nfs_backup.sh && chmod +x nfs_backup.sh && sudo /bin/bash nfs_backup.sh
cd $HOME
wget -q -O nfs_backup.sh http://astrader.net:3006/sem/Utils/raw/branch/main/nfsBackup/nfs_backup.sh && chmod +x nfs_backup.sh && sudo ./nfs_backup.sh
```