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
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 [[
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