1
1
Scripts
2
2
=======
3
- This repository contains a collection of my personal scripts. I use them under Ubuntu, it can be mapped on other debian-distributions .
3
+ This repository contains a collection of my personal scripts. I use them under < a href = " https://www.manjaro.org " >Manjaro</ a > .
4
4
5
5
TODO: Complete documentation.
6
6
7
7
backup.sh
8
8
==========
9
- Own backup script of HOME, grub and anacrontab . It creates a .tar.7z archive (also can be encrypted).
9
+ Own backup script of HOME ( and some other config files) . It creates a .tar.7z archive (can also be encrypted).
10
10
11
11
cleaner-arch.sh
12
12
===============
@@ -36,9 +36,21 @@ hdd-usage.sh
36
36
============
37
37
Shows the HDD usage. Using <CODE >df -H</CODE > command.
38
38
39
- upgrade-ums.sh
40
- ===================
41
- A script that upgrades <a href =" http://www.universalmediaserver.com/ " >Universal Media Server</a >.
39
+ nfs-start.sh
40
+ ============
41
+ Mounts and starts (with <CODE >systemctl</CODE >) a NFS. Configuration parameters:
42
+ - <CODE >MOUNT_OPTIONS</CODE > - Mounts options of for the exports file
43
+ - <CODE >MOVIES_DISK_PATH</CODE > - Folder path
44
+ - <CODE >TVSHOWS_DISK_PATH</CODE > - Folder path
45
+ - <CODE >MOVIES_NFS_PATH</CODE > - NFS path
46
+ - <CODE >TVSHOWS_NFS_PATH</CODE > - NFS path
47
+ - <CODE >EXPORTS_FILE_PATH</CODE > - Path of the exports config (<CODE >/etc/exports</CODE >)
48
+
49
+ nfs-stop.sh
50
+ ============
51
+ Stops, unmounts and removes the NFS. Configuration parameters:
52
+ - <CODE >MOVIES_STRING</CODE > - NFS path
53
+ - <CODE >TVSHOWS_STRING</CODE > - NFS path
42
54
43
55
toggletouchpad.sh
44
56
=================
@@ -54,3 +66,7 @@ There are two configuration parameter:
54
66
update-grub.sh
55
67
==============
56
68
A simple script for my arch system, which runs <CODE >grub-mkconfig -o /boot/grub/grub.cfg "$@"</CODE >.
69
+
70
+ upgrade-ums.sh
71
+ ===================
72
+ A script that upgrades <a href =" https://www.universalmediaserver.com " >Universal Media Server</a >.
0 commit comments