Welcome, Guest. Please login or register.

Author Topic: Best Practices for Data Restoration 3.1.4  (Read 4770 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kolla

Re: Best Practices for Data Restoration 3.1.4
« on: November 16, 2020, 08:09:13 AM »
networks are fast

Not on Amiga they're not, hehe :)

Quote
Envoy, Samba or similar infrastructures along with a "Cron"-service is one way of doing it on site.

I use rsync, as rsync will only copy over the changed chunks of files, and not the whole file, and thus save some bandwidth, especially with large files.And no hassle with network filesystem. I even use rsync to do nightly backups over serial PPP line (the MiST) to a git repo on the raspberry pi, where they are pushed to repos on my gitlab account.

Code: [Select]
list all files lformat "%d %t %a *"%p%n*" %c" saves all meta info to a file to go along.

http://aminet.net/package/util/misc/rsync-2.5.5_bin (be aware - requires ixemul v48)
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline kolla

Re: Best Practices for Data Restoration 3.1.4
« Reply #1 on: November 16, 2020, 10:03:15 PM »
Interesting, is this Mist from Juniper?
No, MiST as in the FPGA board, running Minimig core.

But it’s funny that you mention the Juniper wifi Mist, as that’s part of my professional life :)
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS