[BackupPC-users] Backuppc restore error

2015-01-28 Thread info
Hello,

I have Backuppc running on all my VPS now one VPS is broke I tried to 
restore it but but I get #tarerr
But no logs what's going wrong. If I try some normal files it will work 
but full restore won’t.

How do you guys restore a complete image?

Greetz,


A.Duim


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Exclude directory having no effect

2015-01-28 Thread Les Mikesell
On Wed, Jan 28, 2015 at 2:13 PM, Hugh Tower-Pierce h...@hpjt.net wrote:
 I'm backing up a host samba, which has a directory I want to exclude named
 @Recycle.  Adding a global or host exclusion doesn't seem to cause
 BackupPC to skip the directory.  I've tried substituting a wildcard for the
 @ symbol, and reversing forward vs. backslashes, to no avail.  I'd
 appreciate any suggestions.

Most exclusion problems have to do with getting the syntax right.  Are
you doing this in the web interface with the 'key' as the sharename or
'*' and the value the thing to exclude?

The other possible problem with samba xfers is that you can't set both
explicit includes and excludes.

-- 
   Les Mikesell
 lesmikes...@gmail.com

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Exclude directory having no effect

2015-01-28 Thread Hugh Tower-Pierce
I'm backing up a host samba, which has a directory I want to exclude named
@Recycle.  Adding a global or host exclusion doesn't seem to cause
BackupPC to skip the directory.  I've tried substituting a wildcard for the
@ symbol, and reversing forward vs. backslashes, to no avail.  I'd
appreciate any suggestions.
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] BackupPC-4.0.0alpha3 - Can't create a test hardlink between a file...

2015-01-28 Thread Mark Gordon
I am having a bit of a problem starting  BackupPC-4.0.0alpha3 on my debian 
(jessie) system.  When I run the command:  /etc/init.d/backuppc start as user 
backuppc or as root, I get the following output:

Starting backuppc: 2015-01-28 17:12:12 Can't create a test hardlink between a 
file in /data/BackupPC/pc and /data/BackupPC/cpool.  Either these are different 
file systems, or this file system doesn't support hardlinks, or these 
directories don't exist, or there is a permissions problem, or the file system 
is out of inodes or full.  Use df, df -i, and ls -ld to check each of these 
possibilities. Quitting...

They are not different file systems they are ext4; the directories do exist and 
the permissions appear to be correct (755).  Additionally, the filesystem is 
not out of inodes and is not full.  Here are some outputs:

backuppc@linux-pc5:/data/BackupPC$ ls -la
total 20
drwxr-x--- 5 backuppc backuppc 4096 Jan 18 23:00 .
drwxr-x--- 3 root root 4096 Jan 18 23:00 ..
drwxr-x--- 2 backuppc backuppc 4096 Jan 24 22:12 cpool
drwxr-x--- 2 backuppc backuppc 4096 Jan 24 22:12 pc
drwxr-x--- 2 backuppc backuppc 4096 Jan 18 23:00 pool

backuppc@linux-pc5:/data/BackupPC$ ls -ld
drwxr-x--- 5 backuppc backuppc 4096 Jan 18 23:00 .

backuppc@linux-pc5:/data/BackupPC$ df
Filesystem  1K-blocks   Used Available Use% 
Mounted on
/dev/mapper/dreux-root   190921803932116  14167196  22% /
udev10240  0 10240   0% /dev
tmpfs  811664   9264802400   2% /run
tmpfs 2029152468   2028684   1% 
/dev/shm
tmpfs5120  4  5116   1% 
/run/lock
tmpfs 2029152  0   2029152   0% 
/sys/fs/cgroup
/dev/mapper/dreux-tmp 9480420  21528   8954268   1% /tmp
/dev/mapper/dreux-home   95987468 219424  90869024   1% 
/home
/dev/mapper/dreux-var287037402334664  24887964   9% /var
/dev/mapper/backup--disk-backup--files 1907367732 1602751460 207704504  89% 
/media
tmpfs  405832  8405824   1% 
/run/user/1000

backuppc@linux-pc5:/data/BackupPC$ df -i
FilesystemInodes   IUsed IFree IUse% 
Mounted on
/dev/mapper/dreux-root   1220608  159087   1061521   14% /
udev  505105 5055046001% /dev
tmpfs 507288 7545065341% /run
tmpfs 507288  105072781% 
/dev/shm
tmpfs 507288   65072821% 
/run/lock
tmpfs 507288  135072751% 
/sys/fs/cgroup
/dev/mapper/dreux-tmp 610800  356107651% /tmp
/dev/mapper/dreux-home   61112321807   61094251% /home
/dev/mapper/dreux-var18314248989   18224351% /var
/dev/mapper/backup--disk-backup--files 121126912 3392309 1177346033% /media
tmpfs 507288  185072701% 
/run/user/1000

Any suggestions as to what the problem is?  It is probably something simple but 
I am not that well versed on debian (or any other flavor for that matter).  
Thanks.

akibuflash

btw, when I run the start command /etc/init.d/backuppc start as another user, 
I get the following output:

Starting backuppc: /etc/init.d/backuppc: 37: /etc/init.d/backuppc: 
start-stop-daemon: not found
  --
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Exclude directory having no effect

2015-01-28 Thread Hugh Tower-Pierce
Thanks Les.
I've entered the share name as the key for the BackupFilesExclude option
in the web interface, and then the following in the input box that appears
to the right of the share name: \@Recycle\*.  It still seems to be
attempting the directory, since I receive an error message of:
NT_STATUS_ACCESS_DENIED
listing \@Recycle\*

I have nothing specified for the BackupFilesOnly option.

On Wed, Jan 28, 2015 at 4:10 PM, Les Mikesell lesmikes...@gmail.com wrote:

 On Wed, Jan 28, 2015 at 2:13 PM, Hugh Tower-Pierce h...@hpjt.net wrote:
  I'm backing up a host samba, which has a directory I want to exclude
 named
  @Recycle.  Adding a global or host exclusion doesn't seem to cause
  BackupPC to skip the directory.  I've tried substituting a wildcard for
 the
  @ symbol, and reversing forward vs. backslashes, to no avail.  I'd
  appreciate any suggestions.

 Most exclusion problems have to do with getting the syntax right.  Are
 you doing this in the web interface with the 'key' as the sharename or
 '*' and the value the thing to exclude?

 The other possible problem with samba xfers is that you can't set both
 explicit includes and excludes.

 --
Les Mikesell
  lesmikes...@gmail.com


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/