Configuration LaCie-CloudBox: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:


Metadata information is stored in {{file|~/.cache/duplicity}}. Attention, it seems this can grow quite large.
Metadata information is stored in {{file|~/.cache/duplicity}}. Attention, it seems this can grow quite large.

== To do ==
* Current backup only includes files that are readable by user '''beq06659'''. It should include '''all''' files.
* Exclude some unnecessary folders. Organize these folders to ease future backup.
* Backup {{file|/}} filesystem (at least {{file|/etc}}, {{file|/usr/local}})

Revision as of 06:58, 3 November 2014

Install

  • Network share available at smb://lacie-cloudbox/.
  • Cloudbox dashboard available at http://lacie-cloudbox.local.
  • setup smtp access (smtp.scarlet.be, port 25)
  • IP Configuration — fixed IP address 172.19.100.98
  • Enable the netbackup-share (port 873, encrypted port 22)
  • Create user beq06659, with private share.

Shares

family
  • Mount with
sudo mount //lacie-cloudbox/beq06659 /mnt/any -o noperm,iocharset=utf8,sec=ntlm,username=public,password=


beq06659
  • Mount with
sudo mount //lacie-cloudbox/beq06659 /mnt/any -o noperm,iocharset=utf8,sec=ntlm,username=beq06659

Backup

  • Backup done with deja-dup, which use duplicity as back-end
  • Duplicity can't access samba share. Instead mount samba share locally, and use file:///smb/lacie-cloudbox/sharename instead. Note the triple slash.
  • View available backup:
duplicity collection-status file:///smb/lacie-cloudbox/beq06659
  • List file in current backup
duplicity list-current-files file:///smb/lacie-cloudbox/beq06659

Metadata information is stored in ~/.cache/duplicity. Attention, it seems this can grow quite large.

To do

  • Current backup only includes files that are readable by user beq06659. It should include all files.
  • Exclude some unnecessary folders. Organize these folders to ease future backup.
  • Backup / filesystem (at least /etc, /usr/local)