[BackupPC-users] AUTO: Jamie Levett is out of the office. (returning 17/02/2014)

2014-02-07 Thread Jamie Levett
I am out of the office until 17/02/2014. I am away from the office at the moment I will respond to your mail on my return. Note: This is an automated response to your message "[BackupPC-users] Canot execute bash script" sent on 07/02/2014 22:34:49. This is the only notification you will recei

[BackupPC-users] Canot execute bash script

2014-02-07 Thread support
The script content#! /bin/bash SERVER=$1 echo "Dumping package List on: $SERVER" /usr/bin/ssh -q -x -l root -o ConnectTimeout=10 $SERVER dpkg --get-selections > /etc/dpkg.list if [[ $? -ne 0 ]]; then ssh -q -x -l root -o ConnectTimeout=10 $SERVER rpm -qa > /etc/dpkg.list if [[

[BackupPC-users] Hard links on Backuppc 4.0

2014-02-07 Thread Paulo Almeida
Hi, I read this sentence in the 4.0 documentation: "No use of hardlinks (except temporarily to do atomic renames)" I would like to use Backuppc with AFS storage, which does not allow hard links between files in different folders or hard links to folders. Would these atomic renames work in that c