Sharing the domain name in a public forum is a terrible idea...
Best posts made by Curtis
-
RE: Purchase An Already Registered Domain - Best Practices?
-
RE: Ubuntu 18.04 Space Issue
@scottalanmiller said in Ubuntu 18.04 Space Issue:
@Curtis can you show me the output of ...
lvdisplay
-
RE: Ubuntu 18.04 Space Issue
Ahhhhhhhhhh, thats better
Filesystem Size Used Avail Use% Mounted on udev 1.9G 0 1.9G 0% /dev tmpfs 395M 1.1M 394M 1% /run /dev/mapper/ubuntu--vg-ubuntu--lv 98G 3.9G 90G 5% / tmpfs 2.0G 0 2.0G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup /dev/loop2 152M 152M 0 100% /snap/wekan/518 /dev/loop3 152M 152M 0 100% /snap/wekan/523 /dev/loop5 87M 87M 0 100% /snap/core/4917 /dev/loop1 90M 90M 0 100% /snap/core/6673 /dev/loop0 152M 152M 0 100% /snap/wekan/517 /dev/loop4 90M 90M 0 100% /snap/core/6818 /dev/sda2 976M 155M 755M 18% /boot tmpfs 395M 0 395M 0% /run/user/1000
-
Cron Job - Troobleshooting
I have a script that runs a backup, and works perfectly, but for some reason it's not working via Cron. What is the best way to troubleshoot it?
-
RE: Why, in 2018, is Microsoft adding security questions to Windows 10?
I never, ever answer security questions with real information.
-
RE: Skyetel's Spring Update
Wow! Thatโs quite an update! I need preferred pricing shoot me a PM
-
FreePBX Call Forwarding/Transferring
Google Voice has a feature where if you call a Google Voice number you can pickup on one of your forwarding numbers (say a cell phone) then transfer the call back to another phone (say a desk phone) when you get back into the office. Can I do this with FreePBX?
Latest posts made by Curtis
-
RE: Microsoft Hyper-V 2019 Free version: Overview
Is Windows Admin Center installed by default?
-
RE: I guess Skyetel doesn't want business
@Skyetel Nice work
@JaredBusch seems like the title needs to be changed
-
RE: Cron Job - Troobleshooting
So I just figure out that at least part of the script is running, however the rclone doesn't seem to be syncing the data to the cloud. Maybe I'll break the script into 2 parts to troubleshoot. Funny thing is when I run it manually, it works great.
-
RE: Cron Job - Troobleshooting
@DustinB3403 One would think, right? No errors. Maybe there is a log somewhere?
-
RE: Cron Job - Troobleshooting
Here is the Cron Job:
0 0 * * * /root/auto-backup.sh
-
RE: Cron Job - Troobleshooting
@JaredBusch said in Cron Job - Troobleshooting:
Cron doesnโt run with your environment variables.
I have variables in the script, that should be fine, correct?