(Scripts)+create_backup,+folder_size
create_backup does the obvious using tar and xz. Needs two arguments for what and where. folder_size does the obvious using du.
This commit is contained in:
3
Scripts/.local/scripts/folder_size
Executable file
3
Scripts/.local/scripts/folder_size
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
du -BM -d $1 | sort -n
|
||||
Reference in New Issue
Block a user