[-] [email protected] 5 points 1 month ago

If you want to deal with the perpendicular crosstalk caused by the coaxial flutter...

[-] [email protected] 4 points 9 months ago

Um, Iraq and Afghanistan? We absolutely DESTROYED ALL of Iraq's infrastructure in like a week and then GW flew out to an aircraft carrier with a banner that said "Mission Accomplished".

Then we spend the next 20 years kicking in doors and killing civilians cause reasons.

Then we bail and leave all the dudes that helped us out behind so they can pay the price for helping the enemy...good times...

Israel is not deserving of support by the civilized world.

Totally agree but just like the drug commercial in the '80s..."I learned it from watching you!"

[-] [email protected] 6 points 9 months ago

Except on that 43k you have tax and license and all the other bs fees...so you make your 8k down payment and end up financing the whole 43k and your payment is 800+/mo

Ask me how I know...

[-] [email protected] 2 points 1 year ago
[-] [email protected] 5 points 1 year ago

What you want is a bash script and a cron job that calls it. Most of what you need is likely already installed for you.

"crontab -e" will pull up your crontab editor. Check out "man crontab" first to get an idea of the syntax...it looks complicated at first but it's actually really easy once you get the hang of it.

Your script will call tar to create your backup archive. You'll need the path to the folder where your files to backup are and then something like: tar -C PATH_TO_FILES -czf PATH_AND_NAME_OF_BACKUP.tgz .

That last dot tells it to tar up everything in the current folder. You can also use backticks to call programs in line....like date (man date). So if your server software lives in /opt/server and your config files you want to backup are in /opt/server/conf and you want to store the backups in /home/backups you could do something like:

tar -C /opt/server/conf -czf /home/backups/server_bkup.`date +%Y%m%d`.tgz .

Which would call tar, tell it to change directory (-C) to /opt/server/conf and then create (-c) +gzip (-z) into file (-f) /home/backups/blah.tgz everything in the new current directory (.)

I don't know if that's what you're looking for but that would be the easiest way to do it...sorry for potato formatting but I'm on mobile

[-] [email protected] 4 points 1 year ago

I'm so glad you're on Lemmy!

[-] [email protected] 3 points 1 year ago
[-] [email protected] 2 points 1 year ago
[-] [email protected] 2 points 1 year ago

Beautiful ❤️

[-] [email protected] 4 points 1 year ago

Carnet to replace google keep notes

[-] [email protected] 2 points 1 year ago
5
Loving liftoff!! (lemmy.pubsub.fun)
submitted 1 year ago by [email protected] to c/[email protected]

One small issue though. Trim whitespace from user/pass before submit. Spent way too long guessing what my password was before I realized autocomplete had added a space after my username.

Other than that I'm loving it so far as a former Boost user 😁

[-] [email protected] 2 points 1 year ago

Absolutely!

view more: next ›

sczlbutt

joined 1 year ago