[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Whats the best backup system for linux

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 24
Thread images: 3

Whats the best backup system for linux
>>
rsync
>>
>>60907609
T I M E W A R P
>>
>>60907609
I just use syncthing for a few folders.
>>
>>60907609
ZFS root w/ with incremental snapshots pushed to network backup that you physically disconnect when not in use.
>>
>>60907609
Probably rsync, can be a pain in the ass to get a proper solution setup though.

It works best when done over a network, if lighting hits your shit its gonna kill the USB drives too so to do it proper a remote host is best.
>>
>>60907616

fpbp
>>
>>60907609
cp -ru ~/* /mnt/your_backup_partition
>>
>>60907690
This
>>
>>60907609
Rsync to external drive for /home partition.
Fsarchiver to file on external drive for / partition.

Only one flaw in the above, fsarchiver does not handle sparse files well.
>>
>>60907609
Manual backup via flashdrive
Fuck configuration.
>>
>>60907609

duplicity and rsync
>>
>>60911874
> duplicity
Too complicated for me, rsync FTW.
>>
>>60907609
thehumanbrain.deb
>>
>>60907609
SOURCE=~
TARGET=/run/media/`whoami`/BACKUP/home/
EXCLUDE=Downloads
LOG=~/.logs/backup.log

echo '# START @ ' $(date) >> $LOGFILE
notify-send "Starting backup"

rsync $SOURCE $TARGET -raAXvO --delete --modify-window=1 \
--exclude $EXCLUDE >> $LOGFILE

if [ $? -eq 0 ]; then
notify-send "Backup done" "You can unmount now"
monitor-client heartbeat -s backup
else
notify-send "Backup failed" "Please check output"
monitor-client sensor -s backup -t bool false
fi
echo '# End' >> $LOGFILE


>>60912040
You can use duply as a frontend, it's like 4 lines of config and has built in GPG
>>
>>60907609
doing it
>>
File: systembackc.png (149KB, 770x524px) Image search: [Google]
systembackc.png
149KB, 770x524px
>>60907609
I bet you are a normie, so system back for you http://www.wikihow.com/Create-a-Disk-Image-from-a-Linux-System-Using-Systemback
>>
File: 1497115159493.gif (2MB, 430x530px) Image search: [Google]
1497115159493.gif
2MB, 430x530px
>>60913893
[spoiler] does it backup home files??
>>
>>60907616
fpbp
>>
>>60907609
full disk backup with clonezilla/partimage
>>
>>60907616
this
>>
>>60913909
Everything
>>
>>60907609
I use different tools for different things.
Most of my work is code, so I back that up with git.
Private projects I do for my self and projects where I am part of a bigger group, git is really good.

Pictures I take with my phone is automatically backed up to my nextcloud server.
I also store other things on there when I don't need a good versioning control.

rsync is also a great tool, but I personally only use it when I manually need to transfer a lot of files.
>>
Borg Backup mainly and the occasional (online) Clonezilla image just in case shit hits the fan.
Thread posts: 24
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
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.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.