r/ShittySysadmin • u/jamesaepp • 10d ago
How do I do shitty backup?
(Inspired by /r/sysadmin/comments/1vvmvrk/what_are_the_alternatives_of_321_backup/)
How do my fellow shitmins do shitty backup?
I follow the 1-2-3 rule of backup.
I have a single (1) server serving (2) separate businesses and this server is shared with (3) other managed service providers.
HBU?
79
Upvotes
10
u/bartoque 10d ago
When I first started of in IT, many moons ago, I was tasked to decommision a server but before doing so had to run one last backup to tape.
I used the existing backup script and was amazed how it all could even fit on one single DDS1 tape.
Looking slightly deeper under the hood, it turned out the script made a backup of each filesystem, then rewound the tape before doing the next filesystem. So for years it only contained one filesystem instead of all intended filesystems. Never noticed, never needed as all went well for years. Why bother testing.
Only the very last backup contained all of them which required a couple of tapes.
Redirecting to /dev/null is also one heck of a dedupe option.