[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


Janitor applications are now being accepted. Click here to apply.


[Advertise on 4chan]


File: office-fire-1080x675.jpg (196 KB, 1080x675)
196 KB
196 KB JPG
What software do you use for backups?
>>
>>106555873
Double Commander and Windows Explorer.
>>
>>106555873
Bup for smaller stuff, manual copies for bigger stuff
>>
>>106555873
Backups?
>>
>>106555873
Deja Dup.
>>
>>106555909
Yeah for people who use their computers for things other than games
>>
>>106555945
There are games on computers?
>>
>>106555873
I do manual backups to an external encrypted hard drive during the 1st of every month. Used to do a manual copy into a dated folder on Windows. On Linux I'm looking into using rsync or something to make my life easier, but I'm new to this OS.
>>
>>106555873
used to use rsnapshot and borg
now use restic and pbs (proxmx backup server)
>>
Why are manual backups so popular? Doesn't it occur to people that 1) this could be easily automated and save you time and effort and 2) it's more efficient and easier on your drives to only update the changed files?
>>
>>106555873
- Arq (to disk & OneDrive)
- Time Machine
- Carbon Copy Cloner

Across multiple physical devices.
>>
>>106556034
Because I want an external drive stored in a locked fireproof safe in the event my apartment burns down
>>
>>106556089
That's backup level 2. Backup level 1 is online and automated for the "damn the computer fucked up and lost everything" moments
>>
>>106556097
>online
No.
>>
>>106555873
Drag & Drop, it's not that complicated.
>>
Syncthing: my most used files are shared between devices.
Duplicati: encrypted backups of my files to cloud.
Macrium Reflect: backups of my entire Win10 drive.
Duplicati: encrypted backups of Reflect images to cloud
>>
>>106556034
It's way more likely for data to be corrupted, and disks decay more quickly when plugged in. If I have to plug it in manually to back up automatically... might as well back up manually
>>
>>106556707
>disks
>>
>>106557293
You don't back up to flash storage, right? ... right?
>>
rclone is comfy
>>
>>106557293
HDD's are significantly cheaper for storage space and can hold more than SSD's.
>>
>>106555873
I keep my home folder rsynced to my file server and an rpi. Both on my local network in various parts of my house. Backups are done weekly on Sunday.
>>
>>106557304
You should consider using flash storage if you don't want to have the issues you described
>>
>>106555873
I ain't doin no backups. I'm a ruff ryda, nigga.
>>
File: 441.png (337 KB, 879x480)
337 KB
337 KB PNG
I just remember everything.
>>
>>106557453
It's cute that you think flash storage is immune to biteot and sudden failure. Even more cute that you think HDDs are less reliable
>>
>>106557453
Why would you use flash storage as a backup solution? Do you enjoy overpaying for storage space?
>>
>>106555873
I wrote a Bash script that backups everything I want through rsync, and another one for rolling it out.
IMHO, anything other than rsync and its GUIs is unneeded bloat.
>>
>>106555873
7zip
>>
Freeeeeeeeeeeeeeeeefiiiiiiiiiiiiiiiiiiiiilesyyyyyyyyyyyyync
>>
>>106558767
Also Timeshift; Time Machine; and AOMEI backupper.
>>
Duplicacy. Seems to work fine but it is clunky.
>>
>>106556102
nigger online doesn't mean it's on the internet dumb faggot
>>
A backup script I run periodically. It goes through the home directory, and creates an uncompressed tar file on the remote drive for each unhidden folder.
>>
File: 1742473196829481.jpg (114 KB, 1006x1024)
114 KB
114 KB JPG
>>106555873
I have a PC, laptop, tablet, smartphone... trying to keep things somewhat in sync between them is a pain, I'm thinking of just putting everything in the Cloud.

Should I go for Google Drive or OneDrive?
>>
I use borg. It's pretty good.
>>
fuuuuuuuck dont remind me
>>
>>106560874
syncthing just werks and youre a dumbass
>>
>>106555873
I just use google drive cloud storage for really important stuff which might also be really stupid.
>>
Create Synchronicity works great. Just wish it had the option to preserve creation date on copies.
The workaround is to use robocopy with the appropiate flags if I need to conserve the exact metadata.
>>
>>106555873
Is this what happens when you have a 5090, or is it what happens when you update Windows 11 with an SSD?
>>
File: 1717795443619050.png (479 KB, 554x738)
479 KB
479 KB PNG
>>106555873
OneDrive and Google Drive.
>>
File: 1727592618241285.jpg (65 KB, 792x802)
65 KB
65 KB JPG
>>106557304
Worse: Hybrid HDDs with an SSD cache
>>
>>106555873
Rsync in bash scripts with ssh and anacron.
>>
It loads a list of directories from a text file and copies them to a remote machine with the same directory names.
>>
>>106555873
Google's data centers.
>>
>>106560874
Use only Google Drive. OneDrive is terrible like everything else that isn't Google.
>>
>>106555873
duplicati with ftp target on synology nas
>>
>>106556034
>this could be easily automated and save you time and effort
I'm too dumb to do that.
>>
>>106556707
>If I have to plug it in manually to back up automatically... might as well back up manually
i do this, so i'm not sure if it counts as manual or automatic. like i have a udev rule that detects my backup drive and runs a script. so i plug the drive in, and it automatically rsync's everything.
is that "manual" or "automatic"? i suppose it's not fully automatic, since i have to do /something/, but then, is something a backup if it's not offline? so what even IS an "automatic backup"?
>>
>>106565255
It's manual. Having a script you run manually (by plugging the drive) that backus up a list of files doesn't make it not manual it just makes it efficient
>>
looks like I'll go back to using macrium free trials
>>
>>106555873
Veeam B&R since I'm not a tinkertroon



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.