Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 
amanzi
Amanzi
1292 posts

Uber Geek

ID Verified
Trusted
Lifetime subscriber

  #2231748 6-May-2019 16:11
Send private message

timmmay:

 

I also quite like Restic backup, which I use on my Linux server and a little bit on my PC. It's command line, and they haven't implemented compression yet, just block level de-duplication, but I have good confidence in it.

 

 

I use Restic on my Linux boxes, and Arq on Windows. Both backing up to B2.




robjg63
4098 posts

Uber Geek

Subscriber

  #2231757 6-May-2019 16:29
Send private message

Maybe something like this:

 

https://mega.nz/sync

 

 





Nothing is impossible for the man who doesn't have to do it himself - A. H. Weiler


billgates
4705 posts

Uber Geek

Trusted

  #2231779 6-May-2019 16:38
Send private message

Sync services like OneDrive, iCloud, Google Drive, Mega, Dropbox etc are not backup services. They are sync services. You delete it one place and it deletes it from the other place via sync. A backup service does not automatically deletes the copy from it's datastore just because you delete it from your machine. 

 

Yes sync services like OneDrive etc now offer recycle bin but that is not a backup solution. They do and they can disable your services if they detect something suspicious in the contents of your files/folders as they actively mionitor for illegal material and they could rightly or wrongly delete these items. A backup service is end to end enryption and they don't scan through the contents of your file to determine if you are storing movies or porn on their backup data store (most do not atleast)





Do whatever you want to do man.

  



robjg63
4098 posts

Uber Geek

Subscriber

  #2231790 6-May-2019 16:44
Send private message

Hmm - the mega sync page says:

 

"As well as syncing specified folders, you can upload and download selected files/folders, enable file versioning and overlay sync icons in your standard file explorer."

 

 

 

Also has a 'recycle bin':

 

"MEGA moves deleted files to a special folder on your local computer and in your MEGA cloud so they can be restored if you need to."





Nothing is impossible for the man who doesn't have to do it himself - A. H. Weiler


timmmay
20579 posts

Uber Geek

Trusted
Lifetime subscriber

  #2231911 6-May-2019 19:59
Send private message

I guess since there's not really much version history Back Blaze is more of a sync than a backup. You definitely need a version history, ideally a long one, as if you have bad RAM and it corrupts files (happened to me), virus, or ransomware you don't lose all your data so easily.

 

Restic + B2 or S3 is a good combination, if you're not afraid of a little scripting. Here's a combination of my Windows restic scripts, which might be helpful as the Windows examples in the docs are only ok.

 

 

 

# Init each repo
restic.exe -r s3:s3.amazonaws.com/twp-restic init
restic.exe -r E:\Restic\Backups init

 

# S3 backup of a folder
set AWS_ACCESS_KEY_ID=ABCDEFG
set AWS_SECRET_ACCESS_KEY=ABCDEFGABCDEFG
set RESTIC_PASSWORD=ABCDEFGABCDEFG

 

restic.exe -q --repo s3:s3.amazonaws.com/bucket_name backup c:\Users\

 

# Backup d:\backups except for some folders into the e:\restic\backups\ folder
restic.exe --cleanup-cache --exclude d:\Backups\Folder1 --exclude d:\Backups\TemporaryBackups --exclude d:\Backups\SystemImages --repo E:\Restic\Backups backup d:\Backups

 

# Purge backups (run maybe monthly)
restic.exe --repo E:\Restic\Backups forget --keep-daily 7 --keep-weekly 8 --keep-monthly 24
restic.exe --repo E:\Restic\Backups prune

 


# check the repo
restic -r s3:s3.amazonaws.com/bucket_name snapshots --cleanup-cache
restic -r s3:s3.amazonaws.com/bucket_name check

 

# Test restores
restic -r s3:s3.amazonaws.com/bucket_name restore latest --target c:\temp\resticrestoretest --include /var/www/websitename

 

 


1101

3122 posts

Uber Geek


  #2232181 7-May-2019 10:41
Send private message

I'm going to go with Backblaze

 

 

30 day history is more than enough . Only need a few days really , its just a backup of one programs backup.

 

 

Thanks for your replies

Batman
Mad Scientist
29762 posts

Uber Geek

Trusted
Lifetime subscriber

  #2232239 7-May-2019 12:18
Send private message

I find it hard to entrust my fall back onto a thing that can close shop at any time. The only things I can see that are too big to fail are Apple, Microsoft and Google. Maybe Amazon...

How do people approach this?

I have also heard of someone who only trusts Mega because the data is encrypted.

timmmay
20579 posts

Uber Geek

Trusted
Lifetime subscriber

  #2232242 7-May-2019 12:26
Send private message

Amazon is hugely profitable and runs so many online resources that when AWS goes down a good fraction of the internet won't work properly. Then there's the internal systems they run, which is huge. Amazon / AWS isn't going anywhere. Neither is MS / Google.

 

Azure / AWS / Google make it easy to encrypt your data. You can always encrypt data before it's sent to any storage of course. Mega... do not trust at all.


1 | 2 
View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.