Difference between revisions of "Poddery - Diaspora, Matrix and XMPP"

→‎Setting up Backup: backup.poddery.com does not have a public ip
(→‎Setting up Backup: check if rsync is running already)
(→‎Setting up Backup: backup.poddery.com does not have a public ip)
Line 119: Line 119:
  # m h  dom mon dow  command
  # m h  dom mon dow  command
  0 * * * * pgrep rsync || rsync -av --delete root@poddery.com:/var/lib/diaspora/uploads/ /var/lib/diaspora/uploads/ >/var/lib/diaspora/rsync-uploads.log
  0 * * * * pgrep rsync || rsync -av --delete root@poddery.com:/var/lib/diaspora/uploads/ /var/lib/diaspora/uploads/ >/var/lib/diaspora/rsync-uploads.log
'''Note:''' Since we are not using a public ip (saves us money), backup.poddery.com connects to poddery.com via private ip. So if poddery.com is rebooted, the new ip address should be updated in /etc/hosts file of backup.poddery.com. To connect, use the web console from scaleway.com


== Add more disk space ==
== Add more disk space ==