Unsolved Urbackup configuration help
-
Hello All,
I have configured UrBackup in Centos 7 as per the post Installing URBackup on CentOS 7 :scottalanmiller.
My requirement is to have a Network backup for development Servers data folder.I have created a NFS share in my Synology and mounted to URBackup server. I have configured the URBackup backup storage as nfs mount path.I need the help on
- How to install UrBackup client in centos 7
- How to configure the backup location in centos UrBackup client.
- I need a backup schedule and retention of
Daily incremental backup and retention 7 days
Weekly full backup and retention 4 weeks
Monthly full backup and retention 3 Months.how can i achieve the above with file backup settings.
Interval for incremental file backup : ?
interval for full file backup : ?
Maximal incremental file backup : ?
Maximal full file backups : ?Also any document for upgrading server and client versions.
Thanks in Advance.
-
-
To install on CentOS, this single command should work:
TF=`mktemp` && wget "https://hndl.urbackup.org/Client/2.0.36/UrBackup%20Client%20Linux%202.0.36.sh" -O $TF && sh $TF; rm $TF
-
If the command above fails due to a lack of wget, that's not surprising as wget is not a default package on CentOS, you may need to install it first:
yum -y install wget
-
@scottalanmiller Thanks scott.
Kindly let me know in which file i need to set the backup location for the Linux client. As in windows it is GUI,so that I can set that, but in Linux its doubt