Displaying 3 results from an estimated 3 matches for "rdiffweb".
2015 May 07
5
Backup PC or other solution
Il 07/05/2015 11:24, Marcin Trendota ha scritto:
> W dniu 06.05.2015 o 21:21, Alessandro Baggi pisze:
>
>> What do you mean about Backup PC?
>> Any experiences?
>> What solution do you use?
>
> BackupPC is good, howewer it's a pity you can't search for a file in
> GUI. But it works well, i'm backing up 32 hosts (servers, desktops).
>
> Can
2015 May 07
0
Backup PC or other solution
...e rdiff-backup-data subdirectory (one per backup task).
One downside is that rdiff-backup causes a lot of network traffic. For
that reason I currently use rsync to copy over network, and then I use
rdiff-backup locally to create a repository with multiple versions.
Another system that we use is rdiffweb. It uses rdiff-backup over
network and adds a web interface for clients to browse and restore files
or directories. I did not personally set it up, but it seems to work fine.
- Jussi
2015 May 07
2
Backup PC or other solution
...ata subdirectory (one per backup task).
>
> One downside is that rdiff-backup causes a lot of network traffic. For
that reason I currently use rsync to copy over network, and then I use
rdiff-backup locally to create a repository with multiple versions.
>
> Another system that we use is rdiffweb. It uses rdiff-backup over network
and adds a web interface for clients to browse and restore files or
directories. I did not personally set it up, but it seems to work fine.
I am one of the people who use rsync with hardlinks. Reason is very
simple and even humble: I built my home backup se...