seventh

Members
  • Posts

    5
  • Joined

  • Last visited

Contact Methods

  • ICQ
    775706

Profile Information

  • Gender
    Male
  • Location
    Russia, Belgorod

seventh's Achievements

New User

New User (1/3)

  1. root@7th_odroid:/usr/bin# ldd ./btsync not a dynamic executable root@7th_odroid:/usr/bin# ls -l /lib/libc.* ls: cannot access /lib/libc.*: No such file or directory
  2. Same problem. Debian Jessie, odroid-x. root@7th_odroid:/etc/init.d# uname -aLinux 7th_odroid 3.8.13.7 #1 SMP PREEMPT Mon Sep 2 21:40:30 BRT 2013 armv7l GNU/Linuxroot@7th_odroid:/usr/bin# ls -l | grep btsync-rwxrwxr-x 1 root root 3308716 сен 20 14:51 btsyncroot@7th_odroid:/usr/bin# ./btsyncbash: ./btsync: No such file or directoryroot@7th_odroid:/usr/bin# chmod +x btsyncroot@7th_odroid:/usr/bin# ./btsyncbash: ./btsync: No such file or directoryroot@7th_odroid:/usr/bin# cat /etc/fstab# seventh fstab/dev/sda1 none swap sw 0 0/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime 0 1/dev/mmcblk0p1 /boot vfat noatime 1 2/dev/sda5 /tmp ext2 nodev,nosuid 0 0/dev/sda6 /usr ext4 nodev 1 2/dev/sda7 /var ext4 defaults 1 2/dev/sda2 /home ext4 nodev 1 2/dev/sda4 /bad_hdd ext4 noexec,errors=remount-ro 0 0root@7th_odroid:/usr/bin# btsyncbash: /usr/bin/btsync: No such file or directoryroot@7th_odroid:/usr/bin# file btsyncbtsync: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, strippedAny chances to run it?
  3. I just want to backup maksimum files from my server and don't want to add each folder separately. Well, if so I'll add separately folders...
  4. Yes, as root. I want to ignore this folders with .SyncIgnore.
  5. I want to sync all data from my Ubuntu server except directories with .SyncIgnore. But nothing happens when I write in config: "shared_folders" : [ { "secret" : "blablabla", "dir" : "/", etc... In log I see Error while adding folder /: Can't open the destination folder. How can I do it with btsync?