carlos123
04-27-2003, 06:45 PM
In the following command...
rsync -avx --delete /home/ /mnt/backup/home/ 1> /mnt/backup/$(date +"%F_%R")-backup.log
How do I cause the output from rsync to not only be saved to the file being redirected to but ALSO have the output appear on the screen?
Anybody got any suggestions?
I tried "> 1 1>" and all kinds of other variations.
Carlos
rsync -avx --delete /home/ /mnt/backup/home/ 1> /mnt/backup/$(date +"%F_%R")-backup.log
How do I cause the output from rsync to not only be saved to the file being redirected to but ALSO have the output appear on the screen?
Anybody got any suggestions?
I tried "> 1 1>" and all kinds of other variations.
Carlos