Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
All methods disappeared
Message
From
26/09/2015 10:23:49
 
 
To
26/09/2015 06:58:49
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01625013
Message ID:
01625124
Views:
58
Lutz,

congrats, seems ike you have covered yourself very well. From cursory reading the only points to think about would be encrypting the things sent to trustworthy person (for things like robbery of physical machine) and I can resonate with the wish for not going to the bank vault each day, which is the other weakness you already identified.

rgds

thomas

>what I do is a bunch of stuff on several levels.
>
>To the first I have my project gited and do atomic backups like described above. This means I use my Bin2Text tool you can found on VFPX to commit text representaions into git.
>
>I can backward inside this on a day to day base (or until a single, thread is done [eine Einzelaufgabe?]) and on "major" commits
>
>Those is remote to my local server gitosis, In case reachable via VPN, This is mostly used for the major steps and if I need to synch between comps. This is pretty forward, since there are no coworkers.
>
>Then I do (from the days of yore) a kind of hourly mirror that simply mirrors my plain project folder to a server folder, w/o git folder. This is done by a third party tool called SecondCopy. This runs on shutdown as well. (SecondCopy is an old friend. There might be a more elegant way with git, but to automate this I would like to understand PowerShell, what is a total fail with me. I'm more into bash)
>
>Nightly the server will run a bash script to gather my important data using tar incremental options and squeeeze this to a zip, not the tarball zipped, file by file zip.
>Important are for example the git repos and the mirrored sources, mail server.
>
>Later the night the server copies this to a private, remote server via VPN located at a thrustworty persons place.
>
>The server then waits for an DVD-RAM, and copies the 7z to this. (there is enough space for mulitple copies each.)
>The script does a 4level incremental thing (yearly, monthly, weekly and daily set) so that I need year, month, week and day to have a full restore in worst case.
>
>The DVD-RAM cirles to third place on a weekly base. (Daily would be better, but ...)
>
>Only manual is the change of the DVD-RAM and the git push operations.
>
>Partition cloning only on major computer related stuff, this is to space intensive.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform