Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
worst variable name
#25
(Jun-06-2017, 11:12 PM)nilamo Wrote: If the backup system wipes out data, can't you just restore the previous day's backup?
Or start storing your files in the cloud, like Google Drive?

git is all just files.  You could setup a git repo, and then store it in a shared google drive account.  That sounds like it'd solve most of your problems, since you could check the commit logs to see who's changing what in which files, so he could ask her why she broke the file she needs.

it was probably not actually backing up the data, or encrypting the backup with the wrong key. it's always a good thing to test backups regularly but i bet 99+% of IT departments never do. seen too often: bad backup tapes with error messages regularly ignored

i make backups to hard drives now days using rsync in reverse-increment mode. that's another script i need to rewrite into Python some day.

i had to access my backups tonight. i had mangled my ssh keys when setting up access to a new server and lost access to another server. trying all my keys failed so i was looking there assuming i had deleted one. turns out i was using the wrong user name and really had not lost access. two hours wasted but it could have been worse if i was using tapes as i would be restoring instead of just checking checksums.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
worst variable name - by Skaperen - Apr-21-2017, 07:06 AM
RE: worst variable name - by idontreallywolf - Apr-21-2017, 07:22 AM
RE: worst variable name - by Skaperen - Apr-22-2017, 01:12 AM
RE: worst variable name - by Kebap - Apr-21-2017, 08:32 AM
RE: worst variable name - by volcano63 - Apr-21-2017, 09:05 AM
RE: worst variable name - by Larz60+ - Apr-21-2017, 10:26 AM
RE: worst variable name - by metulburr - Apr-21-2017, 11:03 AM
RE: worst variable name - by ichabod801 - Apr-21-2017, 09:19 PM
RE: worst variable name - by Larz60+ - Apr-21-2017, 09:29 PM
RE: worst variable name - by ichabod801 - Apr-21-2017, 09:44 PM
RE: worst variable name - by Larz60+ - Apr-22-2017, 12:17 AM
RE: worst variable name - by Ofnuts - Apr-22-2017, 01:03 PM
RE: worst variable name - by Skaperen - Apr-23-2017, 02:40 AM
RE: worst variable name - by agrajax - Jun-06-2017, 03:18 PM
RE: worst variable name - by wavic - Jun-06-2017, 05:02 PM
RE: worst variable name - by ichabod801 - Jun-06-2017, 08:28 PM
RE: worst variable name - by nilamo - Jun-06-2017, 08:40 PM
RE: worst variable name - by ichabod801 - Jun-06-2017, 08:52 PM
RE: worst variable name - by nilamo - Jun-06-2017, 09:28 PM
RE: worst variable name - by micseydel - Jun-06-2017, 09:50 PM
RE: worst variable name - by Larz60+ - Jun-06-2017, 10:07 PM
RE: worst variable name - by ichabod801 - Jun-06-2017, 10:45 PM
RE: worst variable name - by nilamo - Jun-06-2017, 11:12 PM
RE: worst variable name - by ichabod801 - Jun-06-2017, 11:30 PM
RE: worst variable name - by Skaperen - Jun-07-2017, 04:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  The most popular [worst] passwords of 2019 buran 0 1,890 Dec-17-2019, 07:08 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020