Skip to content

veertuinc/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c010810 · Mar 7, 2025

History

93 Commits
Feb 19, 2021
Oct 11, 2021
Feb 19, 2021
Sep 12, 2023
Mar 7, 2025
Aug 24, 2021
Feb 19, 2021
Jun 2, 2021
Jan 12, 2021
Feb 9, 2021
Jul 28, 2021

Repository files navigation

Various scripts for supporting customers


collect-vm-template-files-and-folders.bash

❯ oldIFS=$IFS; IFS=$'\n'; for i in $(./collect-vm-template-files-and-folders.bash 10.15.7-xcode11.7-webkit); do echo "test: $i"; done; IFS=$oldIFS 
test: /Users/nathanpierce/Library/Application Support/Veertu/Anka/img_lib/746be7a6103e4f9481f3f9a99756d6fd.ank
test: /Users/nathanpierce/Library/Application Support/Veertu/Anka/img_lib/901212c557b94d9db79e510aaeb3c21c.ank
test: /Users/nathanpierce/Library/Application Support/Veertu/Anka/vm_lib/b1b9d901-2b87-410f-99bf-82411416d0b2

registry-vm-template-files-and-folders.bash

❯ ./registry-vm-template-files-and-folders.bash /Library/Application\ Support/Veertu/Anka/registry c0847bc9-5d2d-4dbc-ba6a-240f7ff08032
ls: ./images_dir/e559a538ce9248c2ac9be7a5504577ea.ank: No such file or directory
./vm_dir/c0847bc9-5d2d-4dbc-ba6a-240f7ff08032
./images_dir/775f3ddad39940b0b9c3437c9cf94a03.ank
./images_dir/7e486ddfc5834c8bb9c4c7674280b542.ank
./images_dir/d6f264303bbd4d13bd6abf8ef035fa15.ank
./state_file_dir/7fcfa48104c0471a86c6429d3efbb450.ank
./state_file_dir/a01ec21a367a41818e034cc5fef9baf6.ank
./state_file_dir/e4429baea4444c2f9b8b22b7d179fb8d.ank
./state_file_dir/ee2a81e991a14aeb9b92db312d069ac0.ank

rsync-to-host.bash

Transfer all files and folders for a Template/Tag with rsync: ./rsync-to-host.bash 12.2-xcode12.4-metal-example administrator@XXX.XXX.XXX.XXX "/Users/nathanpierce/.ssh/perf-test"

registry-layer-corruption-finder.bash

Scan all of the images and state files in the registry for corruption. It will output errors if found. No output means that nothing bad was found.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages