Re: [CentOS] remote backup

2016-06-07 Thread Alexandru Roibu
I have used in the past rsync for periodic backup, either with only cron or in scripts (when i had to dump some mysql db's too). it's a good choice I would recommend it. alexandrualexandru.ro...@live.com > To: centos@centos.org > From: alessandro.ba...@gmail.com > Date: Sat, 4 Jun 2016 12:34:40

Re: [CentOS] scp via another server

2016-06-14 Thread Alexandru Roibu
You can use rsync with a pull: rsync -a username@remote_host:/home/username/dir1 place_to_sync_on_local_machine Alexandru roibu0771.781.689alexandru.ro...@live.com > Date: Mon, 13 Jun 2016 22:26:28 +0100 > From: sean.b...@gmail.com > To: centos@centos.org > Subject: Re: [CentOS] scp via another se