Displaying 1 result from an estimated 1 matches for "realitvedirnam".
Did you mean:
realitvedirname
2014 May 15
1
backup
....1.6-Ubuntu
I wanted to make a backup but *samba_backup* was missing, so I download
4.1.7 using Git and configured it.
The problem is it isn't working, tar is stopping because it refuses to
create and empty file. I tracked it to the second *tar* in the script, and
*echoed* it:
# samba_backup
realitvedirname: ./private
if: tar cjf /root/backup/samba4_private.2014-05-15.tar.bz2 ./private
--exclude=*.ldb --warning=no-file-ignored --transform s/.ldb.bak$/.ldb/
realitvedirname:
else: tar cjf /root/backup/etc.2014-05-15.tar.bz2 --warning=no-file-ignored
tar: Cowardly refusing to create an empty archive...