laurent22 / rsync-time-backup

Time Machine style backup with rsync.
3.36k stars 443 forks source link

Error (df: '': No such file or directory) #224

Open xpressos opened 3 years ago

xpressos commented 3 years ago

Hi

I'm receiving an error when running the following: /path/rsync_tmbackup.sh / /backups/rsynctb/rsynctb-full /path/rtb-full-exclude.txt

The error: df: '': No such file or directory

Looking into this, I assume this has something to do with using "/" as my source and PR #170?

Any ideas how to resolve this?

Thanks