hi i would install backuppc in ubuntu
and i was this problem:
> Starting backuppc: 2008-05-15 11:16:21 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...
i use this solution
su - backuppc
cd /data/BackupPC/pc
touch testfile
ln testfile ../cpool
ls -l testfile
and i get this :
su - backuppc
pas de réperertoire ,connection avec HOME=/
and how to create this directory if it doesn't exist and make it
writable by the backuppc user.
To do these things if you haven't as root do:
# mkdir /data/BackupPC
# chown -R backuppc:backuppc /data/BackupPC
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/