MAJOR CLEANUP: with manager scirpt to replace everything

This commit is contained in:
2024-10-07 18:38:55 +01:00
parent e3779b4ab7
commit e0fc7e698c
392 changed files with 22930 additions and 6475 deletions

8
scripts/Rsync.bash Normal file
View File

@@ -0,0 +1,8 @@
pushd ~
directories=("Videos" "Documents" "Pictures")
for dir in "${directories[@]}"; do
rsync -avH "./$dir" zh3586@zh3586.rsync.net:"$dir"
done
popd