Re: command line smtp mailer?

2025-03-24 Thread Christiano Anderson
Hi, s-nail can be quite simple and easy on command line: echo "test" | mail yourem...@provider.tld I personally like the Python's smtplib to send messages from scripts or command line, it requires some coding, but nothing complex as well. Best, Christiano On 24/03/2025 08:13, ToddAndMargo

Re: tar exclude?

2025-03-04 Thread Christiano Anderson
On 04/03/2025 04:08, ToddAndMargo via users wrote: It looks like if I wanted to exclude "folder3" and all its sub folders, the run line would look like: /home/ftp/mysite/folder3 cd /home/ftp tar -czvf mysite.tar.gz mysite --exclude='file3' --exclude='folder3' Would it also work with : tar -