From: Sergej K. <sk...@gm...> - 2010-01-03 17:43:20
|
Phil Reynolds пишет: > Is it possible for flexbackup to include the hostname in the filename > when backing up a local filesystem? I run flexbackup on two different > machines and have to do some renaming before copying content over to > the first machine from the second. > > You could simply do backuping to some folder, unique for the current host. An example from one of my script: /usr/bin/flexbackup -set all -differential -device /mnt/backups/`hostname`/flexbackup >/var/log/flexbackup_diff.log 2>&1 |