View previous topic :: View next topic |
Author |
Message |
atmosx n00b
Joined: 17 Jul 2009 Posts: 43
|
Posted: Sun May 15, 2011 9:38 am Post subject: Questions about optimcal backup |
|
|
Hello,
I have a ReadyNAS NV+ on the local network. I can connect to it via ftp/ssh. I'm looking for a way to backup my Gentoo system on it. I want to have incremental backups if possible.
I would use an utility like duplicity (rdiff-backup with gpg encryption) but ReadyNAS has a really old version of it. I need something that works client-side only. Rsyncd-powered backups although are a good solution, it requires extra sever configuration and more open ports.
Is there any other software that works over ssh/ftp that can do what I need?
Otherwise I'll go with a simple backup script I guess...
Thanks |
|
Back to top |
|
|
avx Advocate
Joined: 21 Jun 2004 Posts: 2152
|
Posted: Sun May 15, 2011 12:16 pm Post subject: |
|
|
Try using sys-fs/sshfs-fuse to mount the NAS into your local tree, from there you can work with it like any other filesystem (maybe need to read the manpage, if keeping permissions is important) and all tools should just work(tm). _________________ ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23100
|
Posted: Sun May 15, 2011 4:48 pm Post subject: |
|
|
You could use the ssh transport for rsync. This should work as long as the server has rsync installed and it may be more efficient than trying to use rsync between a locally mounted directory and an sshfs directory. |
|
Back to top |
|
|
atmosx n00b
Joined: 17 Jul 2009 Posts: 43
|
Posted: Mon May 16, 2011 12:41 pm Post subject: |
|
|
Hello,
thanks you both for the hints. SSHFS works great, but due to ease of use, I'll think I'll with rsnapshot which uses rsync and keeps multiple backups.
Best REgards |
|
Back to top |
|
|
|