Viewing profile — brewedDoritos
brewedDoritos
HN member- Joined
- Mon, Dec 25, 2023, 3:28 PM UTC
- HN karma
- 8
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About brewedDoritos
Recent public activity
-
comment
Comment #38772703
Point taken about rsync, but you are assuming incorrectly that I haven't read it and that I haven't tried batch mode, but it still failed to run under cron inside an expect script.…
-
comment
Comment #38767885
> Avoid sftp and use rsync instead I should have explored rsync better. I asked chatgpt some use cases and it made seem to be a bad fit because I needed to also delete some files o…
-
comment
Comment #38765985
> If you would run it in the background "./program &" and then exited ssh it would also exit. Just wondering... have you tried running it with nohup and in the background?
-
comment
Comment #38764198
I've actually tried script and expect, but they didn't work. I had enabled the debug option on expect and I couldn't see the password prompt when the program ran under cron (i was …
-
comment
Comment #38763362
Recently I tried to use an sftp script created with expect that ran fine on the command line, but the same script failed to run under cron. I made sure that all environment variabl…