-
Notifications
You must be signed in to change notification settings - Fork 287
MacOS res/Asa: command not found #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Similar to #287. |
Hey @exqiorentibus, Thank you for your report.
For example, there is currently no capability to compare: |
While in the folder with asa, I tried using terminal: sudo asa gui Also tried sudo asa --version and help, etc. - with the same result When I double clicked on the asa executable, it gives me a terminal window that shows: Asa 2.1.12-beta+141cb8dc4b and a copyright So, it does seem to have all the components and it does run. I'm no doubt making some stupid beginner mistake in syntax. For neophytes, some basic MacOS script examples might be useful? -- I just can't figure out where the missing files are using the tools that I have -the SSD seems identical when using Path Finder's Size Browser and the 'Volume Disk Usage Details' utility from Bombich (Carbon Copy's developer), But the 'info' button in Disk Utility shows 100GB less free space on the copy and about 900 less files. I'm perplexed? It's not useful to compare a before and after of the same drive in this case as the 'before' is on the main drive and the 'after' is the Carbon Copy (in theory) identical backup of the main drive. Maybe an 'optional override' option could be added so that different volumes could be compared? I can think of situations on Windows where I'd also like to compare files on different volumes, like when moving a large data volume with 1000's of files using Acronis to a new SSD on a different computer - nice to know everything actually made it intact. |
Try running the executable you clicked on directly in the terminal (in your package is should be located at res/Asa/Asa). The current package has a bug where there is an extra folder so instead of res/Asa being the binary it is a folder so following the script isn't correct. So from the directory containing AsaLaunch.sh, My understanding of how CCC works it will be identical if you boot off of it. However, I think ASA isn't the right tool to solve your problem here. Try using rsync: On Windows you can accomplish the same thing using rsync (perhaps through cygwin) or using Robocopy. https://improvingsoftware.com/2013/09/09/how-to-diff-two-folders-from-a-windows-command-prompt/ We don't have any plans to add this to ASA. |
Thanks for your help and the great work on this tool!!! |
I decompressed Asa-macos-2.1.12-beta into a folder on my desktop and open terminal set to that location
I enter ls and can see the two shell scripts:
AsaLaunch.sh and AsaLaunchGui.sh
and the res directory.
I type in sh ./AsaLaunch.sh and enter my password for sudo from the .sh script.
It displays:
sudo: res/Asa: command not found
I can see that the Asa executable has execute permissions for me.
What obvious mistake am I making? Maybe the folder should be located somewhere else or needs to have some permission set or a path set somewhere?
For using the command line version, are there any example scripts where the drive to be scanned is specified? I can specify Windows drives, but am unfamiliar with MacOS usage.
I can see the volumes using cd /volumes, then ls - but ... possibly there is some tricky syntax to specify the volume that is second nature to someone familiar with unix?
I'm trying to account for 100GB of missing data on the Carbon Copy drive, and want to insure it's just temp files (from Logic Pro Sound Library Manager installs - or something I don't need.
Thanks!
The text was updated successfully, but these errors were encountered: